Skip to content

Commit

Permalink
UBERF-5289: formatter fix
Browse files Browse the repository at this point in the history
Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
  • Loading branch information
ThetaDR committed Feb 7, 2024
1 parent ed6cf2c commit 0b2eb12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/core/src/indexer/fulltextPush.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,7 @@ export class FullTextPushStage implements FullTextPipelineStage {
{},
async (ctx) =>
await this.dbStorage.findAll(ctx, core.class.DocIndexState, {
_id: (doc.attributes[docKey('space', { _class: doc.objectClass })] ??
doc.space) as Ref<DocIndexState>
_id: (doc.attributes[docKey('space', { _class: doc.objectClass })] ?? doc.space) as Ref<DocIndexState>
})
)

Expand Down

0 comments on commit 0b2eb12

Please sign in to comment.