Skip to content

Commit

Permalink
fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Andcool-Systems committed Jul 27, 2024
1 parent feedfbe commit a8a4502
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/modules/header.module.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export interface Query {
discordID: number;
joined_at: Date;
banner_color: string;
has_unreaded_notifications: Boolean
has_unreaded_notifications: Boolean,
permissions: string[]
}

const Header = (): JSX.Element => {
Expand Down

0 comments on commit a8a4502

Please sign in to comment.