Skip to content

Commit

Permalink
Update db-service/lib/SQLService.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBrucksch authored Jun 6, 2024
1 parent 120464c commit 287c322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db-service/lib/SQLService.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ class SQLService extends DatabaseService {
operation.columns ||
Object.keys(
operation.data || operation.entries?.reduce((acc, obj) => {
return Object.assign(acc, obj)
}, {}),
return Object.assign(acc, obj)
}, {}),
)
const invalidColumns = columns.filter(c => !(c in elements))

Expand Down

0 comments on commit 287c322

Please sign in to comment.