Skip to content

Commit 3de97bd

Browse files
Potential fix for pull request finding 'CodeQL / Assignment to constant'
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 6091f09 commit 3de97bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/schema-validator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88

99
import Ajv2020, { ErrorObject } from 'ajv/dist/2020';
10-
import * as schema from './awf-config-schema.json';
10+
import * as schemaJson from './awf-config-schema.json';
1111
function loadSchema(): Record<string, unknown> {
1212
try {
1313
// Keep the local relative require so source execution works and bundlers can still see it.

0 commit comments

Comments
 (0)