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

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) { ...@@ -73,9 +73,9 @@ var Transaction = module.exports = function(sequelize, options) {
* @property TYPES * @property TYPES
*/ */
Transaction.TYPES = { Transaction.TYPES = {
DEFERRED: "DEFERRED", DEFERRED: 'DEFERRED',
IMMEDIATE: "IMMEDIATE", IMMEDIATE: 'IMMEDIATE',
EXCLUSIVE: "EXCLUSIVE" EXCLUSIVE: 'EXCLUSIVE'
}; };
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!