Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedal987 committed Jun 15, 2024
1 parent 47de213 commit 4afba55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ebs/src/modules/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ async function fetchConfig(): Promise<Config> {
const response = await fetch(url);
const data: Config = await response.json();

console.log(data);

data.banned = await getBannedUsers();

return data;
Expand Down

0 comments on commit 4afba55

Please sign in to comment.