Skip to content

Commit 7e39bb3

Browse files
committed
DTSCCI-4116: Add auths to doc
1 parent 4751e53 commit 7e39bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/utils/generate-state-event-model.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function parseAuthorisations() {
9797
let content;
9898
try {
9999
content = JSON.parse(fs.readFileSync(path.join(AUTH_DIR, file), 'utf8'));
100-
} catch (_) {
100+
} catch {
101101
continue;
102102
}
103103
const items = Array.isArray(content) ? content : [content];

0 commit comments

Comments
 (0)