Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Apr 12, 2022
1 parent 73f2991 commit 4cd96c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class SubscriberRepository extends BaseRepository<SubscriberEntity> {

async findBySubscriberId(environmentId: string, subscriberId: string): Promise<SubscriberEntity> {
return await this.findOne({
_environmentId: environmentId,
_environmentId: 'WHATTT',
subscriberId,
});
}
Expand Down
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
]
},
"affected": {
"defaultBase": "master"
"defaultBase": "main"
}
}

0 comments on commit 4cd96c4

Please sign in to comment.