Skip to content

Commit 01b27e2

Browse files
committed
Fix lint issue.
1 parent f16ef1c commit 01b27e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/authn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818
import * as bedrock from '@bedrock/core';
1919
import * as urls from './urls.js';
20-
import {satisfies, coerce} from 'semver';
20+
import {coerce, satisfies} from 'semver';
2121
import {logger} from './logger.js';
2222
import {MDBE_AUTHZ_FAILED} from './exceptions.js';
2323
import mongo from 'mongodb';

0 commit comments

Comments
 (0)