Skip to content

Commit 8e2abcf

Browse files
committed
removed unecessary code changes
1 parent 92549f9 commit 8e2abcf

File tree

1 file changed

+1
-1
lines changed
  • functions/testapp/Assets/Firebase/Sample/Functions/.functions/functions

1 file changed

+1
-1
lines changed

Diff for: functions/testapp/Assets/Firebase/Sample/Functions/.functions/functions/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const admin = require('firebase-admin');
2020
admin.initializeApp();
2121

2222
// Adds two numbers to each other.
23-
exports.addNumbers = functions.https.onCall((data, context) => {
23+
exports.addNumbers = functions.https.onCall((data) => {
2424
// Numbers passed from the client.
2525
const firstNumber = data.firstNumber;
2626
const secondNumber = data.secondNumber;

0 commit comments

Comments
 (0)