mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-11 02:59:34 -06:00
Make Splore Great Again! (#1541)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@attic/noms",
|
||||
"version": "32.1.0",
|
||||
"version": "32.2.0",
|
||||
"description": "Noms JS SDK",
|
||||
"repository": "https://github.com/attic-labs/noms",
|
||||
"main": "dist/commonjs/noms.js",
|
||||
|
||||
@@ -13,7 +13,8 @@ export default class OrderedPutCache {
|
||||
}
|
||||
|
||||
get(): ?Promise<Chunk> {
|
||||
throw err();
|
||||
// TODO: Implement
|
||||
return null;
|
||||
}
|
||||
|
||||
dropUntil(): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user