We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 888965d commit d81e348Copy full SHA for d81e348
identity-service-logs/script.js
@@ -1,5 +1,3 @@
1
-import { SUPER_USER } from './constants.js';
2
-
3
import {
4
getIdentityLogs,
5
getIsSuperUser,
identity-service-logs/utils.js
@@ -3,6 +3,7 @@ import {
TYPE_NAME,
BACKGROUND_COLOR,
TYPE_DESCRIPTION,
6
+ SUPER_USER,
7
} from './constants.js';
8
9
async function getIdentityLogs(query) {
0 commit comments