Skip to content

Commit

Permalink
Add DIscord 3 months nitro to dismissable ca;paigns
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas <[email protected]>
  • Loading branch information
Rakambda authored Oct 25, 2024
1 parent fbc4e31 commit 0f12970
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
@Log4j2
@RequiredArgsConstructor
public class UpdateStreamInfo implements Runnable{
private static final Collection<String> DISMISSIBLE_CAMPAIGNS = Set.of("dc4ff0b4-4de0-11ef-9ec3-621fb0811846");
private static final Collection<String> DISMISSIBLE_CAMPAIGNS = Set.of(
"dc4ff0b4-4de0-11ef-9ec3-621fb0811846",
"cbc3c726-8c0a-11ef-9b38-1ede7ff66562"
);

@NotNull
private final IMiner miner;
Expand Down

0 comments on commit 0f12970

Please sign in to comment.