Skip to content

Commit

Permalink
Fix copy-paste mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Dionysusnu committed Oct 12, 2023
1 parent dccfe1b commit e673c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ lazy_static! {
help_channel_id: get_env_id("HELP_CHANNEL_ID"),
unsolved_tag_id: get_env_id("UNSOLVED_TAG_ID"),
solved_tag_id: get_env_id("SOLVED_TAG_ID"),
application_id: get_env_id("SOLVED_TAG_ID"),
application_id: get_env_id("APPLICATION_ID"),
};
}

0 comments on commit e673c2d

Please sign in to comment.