Skip to content

Commit

Permalink
reinstate discourse
Browse files Browse the repository at this point in the history
  • Loading branch information
Bossett committed Dec 31, 2024
1 parent 42b6b1b commit a63305e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/algos/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ const algos = {
handler: <AlgoHandler>ND.handler,
manager: ND.manager,
},
// [discourse.shortname]: {
// handler: <AlgoHandler>discourse.handler,
// manager: discourse.manager,
// },
[discourse.shortname]: {
handler: <AlgoHandler>discourse.handler,
manager: discourse.manager,
},
[elusive.shortname]: {
handler: <AlgoHandler>elusive.handler,
manager: elusive.manager,
Expand Down

0 comments on commit a63305e

Please sign in to comment.