Skip to content

Commit

Permalink
chore: remove notificationLimit from nilila features
Browse files Browse the repository at this point in the history
It's implemented officially at f53cffa
  • Loading branch information
anatawa12 committed Sep 24, 2023
1 parent ce4e3b9 commit 6210dcd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/backend/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ type Source = {
nirila?: {
abuseDiscordHook?: string;
disableAbuseRepository?: boolean;
notificationLimit?: number;
}
};

Expand Down Expand Up @@ -173,7 +172,6 @@ export type Config = {
nirila: {
abuseDiscordHook?: string;
disableAbuseRepository?: boolean;
notificationLimit?: number;
}
};

Expand Down

0 comments on commit 6210dcd

Please sign in to comment.