We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba78aa commit 4f13a1eCopy full SHA for 4f13a1e
1 file changed
create.js
@@ -4,8 +4,7 @@ import { success, failure } from "./libs/response-lib";
4
5
export async function main(event, context) {
6
7
-const a = 1;
8
-a.d.c;
+uuid.abc.d;
9
10
const data = JSON.parse(event.body);
11
const params = {
0 commit comments