Fill event_map with all events that will be needed for resolution

This commit is contained in:
Devin Ragotzy 2021-01-06 15:05:09 -05:00 committed by Timo Kösters
parent 8a035880f0
commit 88f3ee489b
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
2 changed files with 22 additions and 11 deletions

2
Cargo.lock generated
View file

@ -197,8 +197,8 @@ dependencies = [
"http",
"image",
"log",
"regex",
"rand 0.7.3",
"regex",
"reqwest",
"ring",
"rocket",