Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 07aa1ec

Browse files
Ok, now the callback should be coming through
1 parent 5a2c95d commit 07aa1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎functions/save.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ exports.handler = function(event, context, callback) {
6161

6262
callback(null, {
6363
statusCode: 200,
64-
body: JSON.stringify({ filename: filename }),
64+
body: JSON.stringify({ status: "File sucessfully uploaded" }),
6565
});
6666
});
6767
} catch (error) {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /