Skip to content

Commit 1284821

Browse files
committed
typo
1 parent 7d958a3 commit 1284821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/embed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function EmbedExport(sequelize) {
1010

1111
/* Core api */
1212
var insert = (model, values, include, options) => apiWrap((inc, t) => insertDeep(model, values, inc, t), model, include, options)
13-
var update = (model, values, include, options) => apiWrap((tnc, t) => updateDeep(model, values, inc, t), model, include, options)
13+
var update = (model, values, include, options) => apiWrap((inc, t) => updateDeep(model, values, inc, t), model, include, options)
1414

1515
/* Default options for core api */
1616
var defaults = { reload: true };

0 commit comments

Comments
 (0)