Skip to content

Commit 9222608

Browse files
committed
build: remove unused var
1 parent 889e6c3 commit 9222608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/cloud-function.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as tar from 'tar'
33
import streamToArray from 'stream-to-array'
44
import { once } from 'events'
55
import assert from 'assert'
6-
import { NextFunction, Request, Response } from 'express'
6+
import { Request, Response } from 'express'
77
import * as path from 'path'
88
import createSandbox from 'codesandbox-import-utils/lib/create-sandbox'
99
import { INormalizedModules } from 'codesandbox-import-util-types'

0 commit comments

Comments
 (0)