CEC-4178 Handle car update send event (#323)

This commit is contained in:
John Wu
2023-04-26 13:09:52 -07:00
committed by GitHub
parent e0315ba76e
commit cc1922008e
2 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
const Statuses = {
Pending: "pending",
Sent: "sent",
ManifestReceived: "manifest_received",
ManifestAccepted: "manifest_accepted",
ManifestRejected: "manifest_rejected",