Skip to content

Commit

Permalink
fix: change org to env
Browse files Browse the repository at this point in the history
  • Loading branch information
sr-26 committed Sep 12, 2023
1 parent a7ef781 commit 9f86362
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class CreateFeed {

async execute(command: CreateFeedCommand): Promise<FeedEntity> {
const feedExist = await this.feedRepository.findOne({
_organizationId: command.organizationId,
_environmentId: command.environmentId,
identifier: command.name,
});

Expand Down

0 comments on commit 9f86362

Please sign in to comment.