Skip to content

Commit

Permalink
Update place.class.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshghasadiya authored Sep 15, 2022
1 parent bdb92c4 commit aae404a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ export class Place extends DatabaseService {
const myDomains = await this.findDataToArray(config.dbCollections.domains, {
query: {
networkAddr: { $exists: true },
sponsorAccountId: loginUser.id
sponsorAccountId: loginUser.id,
$limit: 1000
}
});
Expand Down

0 comments on commit aae404a

Please sign in to comment.