10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474454c commit 9c1db4aCopy full SHA for 9c1db4a
src/client.ts
@@ -38,8 +38,6 @@ export class Client {
38
constructor(context?: Context, fetcher?: Fetcher) {
39
this.context = context ?? {}
40
this.fetcher = fetcher
41
-
42
- console.log('---> FETCHER', this.fetcher)
43
}
44
45
private static getEnvironmentContext() {
src/store.ts
@@ -1,5 +1,5 @@
1
-import { Client, Context } from './client.js'
2
-import { BlobInput, Fetcher, HTTPMethod } from './types.js'
+import { Client, Context } from './client.ts'
+import { BlobInput, Fetcher, HTTPMethod } from './types.ts'
3
4
interface BaseStoreOptions {
5
client: Client
0 commit comments