Skip to content

Commit

Permalink
Add Deno to service list
Browse files Browse the repository at this point in the history
  • Loading branch information
windchime-yk committed Jul 31, 2022
1 parent 76b6364 commit 3683a1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/services/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import Freecodecamp from './instatus/freecodecamp'
import Plausible from './instatus/plausible'
import Primcloud from './instatus/primcloud'
import SpaceHey from './instatus/spacehey'
import Deno from './instatus/deno';

// Statuspage services
import Acquia from './statuspage/acquia'
Expand Down Expand Up @@ -163,6 +164,7 @@ const allServices = new Map<string, Service>([
['Plausible', new Plausible()],
['Primcloud', new Primcloud()],
['SpaceHey', new SpaceHey()],
['Deno', new Deno()],

// Statuspage pages
['Acquia', new Acquia()],
Expand Down

0 comments on commit 3683a1a

Please sign in to comment.