Skip to content

Commit 5f2fa90

Browse files
committed
Add missing import.
1 parent bb500c3 commit 5f2fa90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/https.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import {
2828
optionsToTrigger,
2929
Runnable,
3030
} from '../cloud-functions';
31-
import { convertIfPresent, convertInvoker } from '../common/encoding';
31+
import {convertIfPresent, convertInvoker, copyIfPresent} from '../common/encoding';
3232
import {
3333
CallableContext,
3434
FunctionsErrorCode,

0 commit comments

Comments
 (0)