Skip to content

Commit

Permalink
added UntrackedExecutor in router
Browse files Browse the repository at this point in the history
  • Loading branch information
yueyinqiu committed Aug 31, 2020
1 parent 9302230 commit 6a2264a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public String messageKey()
{
put("offline", new OfflineExecutor());
put("online", new OnlineExecutor());
put("untracked", new UntrackedExecutor());
}
};

Expand Down

0 comments on commit 6a2264a

Please # to comment.