不要怂,就是干,撸起袖子干!

You need to sign in or sign up before continuing.
Commit 025862a1 by Eric Thompson

Corrected for lint

1 parent 050da341
Showing with 3 additions and 3 deletions
......@@ -73,9 +73,9 @@ var Transaction = module.exports = function(sequelize, options) {
* @property TYPES
*/
Transaction.TYPES = {
DEFERRED: "DEFERRED",
IMMEDIATE: "IMMEDIATE",
EXCLUSIVE: "EXCLUSIVE"
DEFERRED: 'DEFERRED',
IMMEDIATE: 'IMMEDIATE',
EXCLUSIVE: 'EXCLUSIVE'
};
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!