Skip to content

Commit

Permalink
chore: remove unnecessary prettier-ignore directive (#966)
Browse files Browse the repository at this point in the history
This change should have no user impact.

This directive wasn't doing anything, so we can remove it.
  • Loading branch information
EvanHahn authored Nov 18, 2024
1 parent 292df70 commit 83c0b27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core-ownership.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export class CoreOwnership extends TypedEmitter {
for (const namespace of NAMESPACES) {
expressions.push(eq(table[`${namespace}CoreId`], coreId))
}
// prettier-ignore
const result = (await this.#dataType[kSelect]())
.where(or.apply(null, expressions))
.get()
Expand Down

0 comments on commit 83c0b27

Please sign in to comment.