Skip to content

Commit b9fe2c9

Browse files
authored
Merge pull request #42 from oslabs-beta/dev
dangoDB v1.0.1
2 parents 42b1090 + e6f7ad5 commit b9fe2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/query.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1224,8 +1224,8 @@ class Query {
12241224
});
12251225
}
12261226
// convert originalPropertyValue's type to match matching property's type in the updatedQueryObject
1227-
//@ts-ignore Fix later.
12281227
const valueAsDatatype = new propertyOptions.type(
1228+
//@ts-ignore Fix later.
12291229
originalPropertyValue[propertyName]
12301230
);
12311231
valueAsDatatype.convertType();

0 commit comments

Comments
 (0)