Fix lexer error
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
8db677ef38
commit
94a5bd59d6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue