fix compat issue in timeline record state. (#861)

This commit is contained in:
Tingluo Huang
2020-12-14 15:43:00 -05:00
committed by TingluoHuang
parent 3aa819753f
commit 5bc3e957a0

View File

@@ -13,5 +13,8 @@ namespace GitHub.DistributedTask.WebApi
[EnumMember]
Completed,
[EnumMember]
Delayed,
}
}