Skip to content

Commit 3179f1a

Browse files
committed
add type to channel
1 parent 918a790 commit 3179f1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

__tests__/unit/models/channel.model.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ describe('Channel model', () => {
99
channelId: '123',
1010
name: 'channel1',
1111
parentId: 'admin',
12+
type: 1,
1213
permissionOverwrites: [
1314
{
1415
id: '1122334455', // example Snowflake ID for the role or member

0 commit comments

Comments
 (0)