Skip to content

Commit

Permalink
add type to channel
Browse files Browse the repository at this point in the history
  • Loading branch information
Behzad-rabiei committed Feb 29, 2024
1 parent 918a790 commit 3179f1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __tests__/unit/models/channel.model.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ describe('Channel model', () => {
channelId: '123',
name: 'channel1',
parentId: 'admin',
type: 1,
permissionOverwrites: [
{
id: '1122334455', // example Snowflake ID for the role or member
Expand Down

0 comments on commit 3179f1a

Please sign in to comment.