Skip to content

Commit e4a05d2

Browse files
authored
Remove "return response" which can cause issues
1 parent d391cd8 commit e4a05d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

functions/firestore-export/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ exports.scheduledFirestoreExport = functions.pubsub
2525
.then(responses => {
2626
const response = responses[0];
2727
console.log(`Operation Name: ${response['name']}`);
28-
return response;
2928
})
3029
.catch(err => {
3130
console.error(err);

0 commit comments

Comments
 (0)