Skip to content

Commit

Permalink
fix: task db id
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelugolini committed Jul 28, 2023
1 parent 3c044d3 commit 3bdc892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dangerfile.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import dangerGithubNotion from 'danger-plugin-danger-github-notion';

dangerGithubNotion({
dbTasksId: '00c83143-d518-49a1-9a6c-99ca369a0ce6',
dbTasksId: 'e53909e5-e202-4c3f-9b45-0c63b8f6dd8e',
taskPrefix: 'TAS',
});

0 comments on commit 3bdc892

Please sign in to comment.