You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [Toolchain] Add Prettier
* [Toolchain] Add lint-staged
* [Toolchain] Apply prettier to some types
* Switch to using precise commits so that only changed code is ran through prettier
|"UNCOMMITTED"// Transaction hasn't yet been sent to the server. Transaction can be committed or rolled back.
77
-
|"COMMIT_QUEUED"// Transaction was committed but another transaction with the same collision key is pending, so the transaction has been queued to send to the server.
78
-
|"COLLISION_COMMIT_FAILED"// Transaction was queued for commit but another transaction with the same collision key failed. All transactions in the collision queue,
76
+
|'UNCOMMITTED'// Transaction hasn't yet been sent to the server. Transaction can be committed or rolled back.
77
+
|'COMMIT_QUEUED'// Transaction was committed but another transaction with the same collision key is pending, so the transaction has been queued to send to the server.
78
+
|'COLLISION_COMMIT_FAILED'// Transaction was queued for commit but another transaction with the same collision key failed. All transactions in the collision queue,
79
79
// including this one, have been failed. Transaction can be recommitted or rolled back.
80
-
|"COMMITTING"// Transaction is waiting for the server to respond.
81
-
|"COMMIT_FAILED";
80
+
|'COMMITTING'// Transaction is waiting for the server to respond.
0 commit comments