Skip to content

Commit

Permalink
fix: white list
Browse files Browse the repository at this point in the history
  • Loading branch information
saitofun committed Jul 8, 2024
1 parent a211885 commit f026f78
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmd/sequencer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ func init() {
config.ProjectVersion != "" && config.ProjectID != 0,
"project id and version is required",
)
config.WhiteList = contexts.WhiteList{
"103381234567407",
"351358810263647",
"351358813375182",
"351358810263514",
}

ctx = contextx.WithContextCompose(
contexts.WithLoggerContext(config.Logger),
Expand Down

0 comments on commit f026f78

Please sign in to comment.