Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit 1ada5cf

Browse files
committed
fix(kv): removes experimental kv module from Netzo
1 parent a692151 commit 1ada5cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mod.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
http,
55
// sse,
66
// websocket,
7-
kv,
7+
// kv,
88
} from "./src/mod.ts";
99

1010
/**
@@ -38,6 +38,5 @@ export const Netzo = (options: NetzoOptions) => {
3838
getApiKey: () => apiKey,
3939
services: createServices(api),
4040
http,
41-
kv,
4241
}
4342
};

0 commit comments

Comments
 (0)