Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
XboxBedrock authored Jul 8, 2024
1 parent 59046c0 commit f9f25e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controllers/GeneralController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class GeneralController {
if (!upload) {
await this.core.getPrisma().jsonStore.create({
data: {
id: id
id: id,
data: jsonBody
}
})
Expand All @@ -130,7 +130,7 @@ class GeneralController {
id: id
}
data: {
id: id
id: id,
data: jsonBody
}
})
Expand Down

0 comments on commit f9f25e9

Please sign in to comment.