Skip to content

Commit

Permalink
chore: add Ask DMI references (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Helias authored Nov 29, 2023
1 parent 17cdeb9 commit abc6df4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pages/api/bots.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const botsNames: ReadonlyArray<string> = [
'ERSUBot',
'Sfotted_DIEEI_bot',
'UNICT_Book_Market_Bot',
'Ask_DMI_Bot',
] as const;

function toBotEntities(entitiesData: Array<BaseWithScore>): ReadonlyArray<Bot> {
Expand Down
1 change: 1 addition & 0 deletions pages/api/channels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const channelsNames: ReadonlyArray<string> = [
'albo_unict',
'unict_devs',
'OpenJobDMI',
'Ask_DMI',
] as const;

function toChannelEntities(entitiesData: Array<BaseWithScore>): ReadonlyArray<Channel> {
Expand Down

0 comments on commit abc6df4

Please sign in to comment.