diff options
author | Alexander | 2022-04-13 04:57:45 +0300 |
---|---|---|
committer | Alexander | 2022-04-13 04:57:45 +0300 |
commit | 981d07badd7314bdbf44c67e8546b3af531621f0 (patch) | |
tree | b54d9e8ca0bf5a6f44dd208fca463188d0470fcf | |
parent | 0bd5823d3e20e523022e8edb88e48c839b3f8160 (diff) | |
download | gn-gemtext-981d07badd7314bdbf44c67e8546b3af531621f0.tar.gz |
update and close issue for metadata caching bug
-rw-r--r-- | issues/metadata-caching-bug | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/issues/metadata-caching-bug b/issues/metadata-caching-bug index 4fb382d..3d4d1d2 100644 --- a/issues/metadata-caching-bug +++ b/issues/metadata-caching-bug @@ -43,7 +43,7 @@ json.decoder.JSONDecodeError: Extra data: line 1 column 6765450 (char 6765449) * assigned: alex, zachs * keywords: correlation,caching,metadata * type: bug -* status: completed +* status: closed, completed * priority: medium @@ -51,4 +51,12 @@ json.decoder.JSONDecodeError: Extra data: line 1 column 6765450 (char 6765449) ## Tasks * [X] fix for caching empty json files -* [X] delete invalid files and recreate new ones
\ No newline at end of file +* [X] delete invalid files and recreate new ones + + +## Notes + +The above issue has been addressed in this PR: + +=> https://github.com/genenetwork/genenetwork2/pull/679/ + |