Skip to content

Commit 4f13a1e

Browse files
committed
Trying new fault code
1 parent eba78aa commit 4f13a1e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

create.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ import { success, failure } from "./libs/response-lib";
44

55
export async function main(event, context) {
66

7-
const a = 1;
8-
a.d.c;
7+
uuid.abc.d;
98

109
const data = JSON.parse(event.body);
1110
const params = {

0 commit comments

Comments
 (0)