Skip to content

Commit 724f9a7

Browse files
committed
Fixes again
1 parent 87e21de commit 724f9a7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

e2e/sample-apps/modular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ async function authLogout(app) {
119119
async function callFunctions(app) {
120120
console.log('[FUNCTIONS] start');
121121
const functions = getFunctions(app);
122-
const callTest = httpsCallable(functions, 'callTest');
122+
let callTest = httpsCallable(functions, 'callTest');
123123
try {
124124
const result = await callTest({ data: 'blah' });
125125
console.log('[FUNCTIONS] result (by name):', result.data);

repo-scripts/size-analysis/bundle-definitions/functions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@
2929
}
3030
]
3131
}
32-
]
32+
]
33+

0 commit comments

Comments
 (0)