Skip to content

Commit

Permalink
fix(Timeline): Fixes an issue where missions don't appear in the time…
Browse files Browse the repository at this point in the history
…line selector.
  • Loading branch information
Alex Anderson committed Jun 24, 2020
1 parent 42f8424 commit b429fe6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/typeDefs/mission.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,9 @@ const resolver = {
field?.args?.find(a => a.description.indexOf("Dynamic") > -1),
);
},
event({event}) {
return event ?? "";
},
},
MacroAction: {
needsConfig({event}) {
Expand Down

0 comments on commit b429fe6

Please sign in to comment.