feat: Store flag id instead of flag content

This commit is contained in:
2025-11-06 17:06:03 +01:00
parent 644242697a
commit 716f481235
3 changed files with 11 additions and 6 deletions

View File

@@ -1,5 +1,7 @@
{
"include": ["."],
"extraPaths": ["/home/matteo/Gitted/CTFd"],
"reportMissingImports": true
"reportMissingImports": true,
"reportUnknownVariableType": false,
"reportUnknownMemberType": false
}