10000 refactor: rewrite imports · netlify/blobs@9c1db4a · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c1db4a

Browse files
committed
refactor: rewrite imports
1 parent 474454c commit 9c1db4a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/client.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ export class Client {
3838
constructor(context?: Context, fetcher?: Fetcher) {
3939
this.context = context ?? {}
4040
this.fetcher = fetcher
41-
42-
console.log('---> FETCHER', this.fetcher)
4341
}
4442

4543
private static getEnvironmentContext() {

src/store.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { Client, Context } from './client.js'
2-
import { BlobInput, Fetcher, HTTPMethod } from './types.js'
1+
import { Client, Context } from './client.ts'
2+
import { BlobInput, Fetcher, HTTPMethod } from './types.ts'
33

44
interface BaseStoreOptions {
55
client: Client

0 commit comments

Comments
 (0)
0