Skip to content

Commit 0cf2c2f

Browse files
committed
Fix ts errors
1 parent 2730076 commit 0cf2c2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/handler.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export default callbackRuntime(async (event: APIGatewayEvent) => {
3333

3434
return {
3535
statusCode: 301,
36+
body: '',
3637
headers: {
3738
'Location': `https://images.graph.cool/v1${event.path}`
3839
},

0 commit comments

Comments
 (0)