Skip to content

Commit

Permalink
ouch
Browse files Browse the repository at this point in the history
  • Loading branch information
KevLehman committed Sep 21, 2023
1 parent 319e52d commit fa783fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/server/models/raw/LivechatVisitors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export class LivechatVisitorsRaw extends BaseRaw<ILivechatVisitor> implements IL
},
);

if (Object.keys(query).length === 0) {
if (Object.keys(query).length === 1) {
return null;
}

Expand Down

0 comments on commit fa783fb

Please sign in to comment.