Fix lexer error

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Adam Turner 2023-08-25 05:03:45 +01:00 committed by GitHub
parent 8db677ef38
commit 94a5bd59d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -896,7 +896,7 @@ this, we could say that there is an upload context that looks like:
"_type": "upload",
"project": "...",
"filename": "...",
"file-hashes": {"sha256": "...""}
"file-hashes": {"sha256": "..."}
}
Not sure, there's a bunch of stuff we could add in here that only makes sense