Skip to content

Commit

Permalink
add attributes to org record
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Feb 23, 2024
1 parent c003ddd commit fb5f437
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,8 @@ const run = async () => {
})
}
}

record.organization.create.attributes = { connectOrCreate: organizationAttributes.connectOrCreate }
record.organization.update.attributes = { upsert: organizationAttributes.upsert }
if (org.URL) {
const existingWebsite = await prisma.orgWebsite.findFirst({
where: { organizationId: orgId },
Expand Down

0 comments on commit fb5f437

Please sign in to comment.