Skip to content

Commit

Permalink
Corrected for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
EToreo committed Nov 24, 2015
1 parent 050da34 commit 025862a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/transaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
};


Expand Down

0 comments on commit 025862a

Please sign in to comment.