Skip to content

Commit

Permalink
fix: use json response from workers utils (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos authored Aug 1, 2022
1 parent 905f0ee commit bdc78ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions packages/edge-gateway/src/utils/json-response.js

This file was deleted.

2 changes: 1 addition & 1 deletion packages/edge-gateway/src/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { JSONResponse } from './utils/json-response.js'
import { JSONResponse } from '@web3-storage/worker-utils/response'

/**
* Get edge gateway API version information.
Expand Down

0 comments on commit bdc78ab

Please sign in to comment.