variable misname

This commit is contained in:
samepant
2021-03-10 22:34:32 -05:00
parent fe2c89534c
commit c7b0e1b4bd
2 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -16,10 +16,10 @@ exports.handler = async (event, context, callback) => {
const faunaRes = await client.query(
q.Create(q.Collection("Multisig"), multisig)
);
console.log("success", response);
console.log("success", faunaRes);
return {
statusCode: 200,
body: JSON.stringify(response),
body: JSON.stringify(faunaRes),
};
} catch (error) {
console.log("error", error);