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

Commit 5547f0b

Browse files
committed
debug: try removing object.assign to service module
1 parent 2bbabe6 commit 5547f0b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/services/mod.test.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ const netzo = Netzo({ apiKey: API_KEY })
88

99
const SERVICE_ID_JSONPLACEHOLDER = "63358aa658e6b95844732847"
1010

11-
// const service = netzo.http({
12-
// baseURL: 'https://jsonplaceholder.typicode.com',
13-
// headers: {
14-
// 'accept': 'application/json',
15-
// 'content-type': 'application/json'
16-
// }
17-
// })
18-
1911
Deno.test("service", async () => {
2012
const service = await netzo.services(SERVICE_ID_JSONPLACEHOLDER)
2113
assertExists(service)

0 commit comments

Comments
 (0)