Skip to content

Commit c758405

Browse files
committed
fixAsyncError
1 parent 62e04ba commit c758405

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/integrations/gei-crud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gei-crud",
3-
"version": "0.9.4",
3+
"version": "0.9.5",
44
"description": "GraphQL Editor integration for stucco. Allows basic crud operations and relations.",
55
"main": "lib/index.js",
66
"private": false,

packages/integrations/gei-crud/src/Mutation/createObjects.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const createObjects = async (input: FieldResolveInput & Partial<DataInput
2222
}
2323
}
2424

25-
const objects = objectsToUpdate?.map(async (object) => {
25+
const objects = objectsToUpdate?.map((object) => {
2626

2727
return {
2828
...object,

0 commit comments

Comments
 (0)