Skip to content

Commit

Permalink
Small API Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoglzc committed Jun 17, 2022
1 parent 4082766 commit f109151
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export async function create(agentId_) {
throw new Error("Agent already exists")
}
const result = await API.graphql(graphqlOperation(
createAgent, { input: { agentId: agentId_, folder: `public/${agentId_}` } }
createAgent, { input: { agentId: agentId_, folder: `public/${agentId_}`, asgnRec: [] } }
))
return {
status: "Succesfull",
Expand Down

0 comments on commit f109151

Please sign in to comment.