Skip to content

Commit

Permalink
Remove property
Browse files Browse the repository at this point in the history
  • Loading branch information
DaddyWarbucks committed Feb 29, 2024
1 parent 580ee7f commit fc0ed82
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -417,10 +417,7 @@ export class SequelizeAdapter<

const result = await this._get(id, {
...params,
query: {
[this.id]: id,
$select: params?.query?.$select
}
query: { $select: params?.query?.$select }
});

return result
Expand Down

0 comments on commit fc0ed82

Please sign in to comment.