Skip to content

Commit

Permalink
fix(github): fix github enterprise authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabertelli committed Oct 24, 2023
1 parent 86f05cd commit f92e93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/auth/read.auth.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const {
const logger = require('../../service-library/helpers/logger.helpers')
const jwtHelpers = require('../../service-library/helpers/jwt.helpers')
const authHelpers = require('../../helpers/auth.helpers')
const k8sHelpers = require('../service-library/helpers/k8s.helpers')
const k8sHelpers = require('../../service-library/helpers/k8s.helpers')
const responseHelpers = require('../helpers/response.helpers')
const { k8sConstants } = require('../service-library/constants')

Expand Down

0 comments on commit f92e93c

Please sign in to comment.