Skip to content

Commit

Permalink
Add missing event code in bootstrap preset
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidka committed Sep 12, 2019
1 parent f57bcae commit 5b5346f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ export async function seed(options): Promise<void> {
_id: "bootstrap",
weight: 0,
channel: "bootstrap",
events: "0 BOOTSTRAP",
provision: "bootstrap"
},
{ _id: "default", weight: 0, channel: "default", provision: "default" },
Expand Down

0 comments on commit 5b5346f

Please sign in to comment.