Skip to content

Commit

Permalink
chore: resolve code linting failure in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSlome committed Jan 11, 2024
1 parent 97cb775 commit b326e26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/service/passport/activeDirectory.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const configure = () => {
ad.isUserMemberOf(profile._json.dn, 'proxy_users', (err, isMember) => {
if (isMember) {
profile.id = profile._json.userPrincipalName;
} else {
}
if (err) {
return done(err);
Expand Down
1 change: 1 addition & 0 deletions test/1.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ chai.should();

// Use this test as a template
describe('init', async () => {
let app;
before(async function () {
app = await service.start();
});
Expand Down

0 comments on commit b326e26

Please sign in to comment.