Skip to content

Commit 7b431ad

Browse files
committed
nits
1 parent ee8a3c9 commit 7b431ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapters/Storage/Mongo/MongoTransform.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ function transformQueryKeyValue(schema, className, key, value, { validate } = {}
180180
default:
181181
// Other auth data
182182
var authDataMatch = key.match(/^authData\.([a-zA-Z0-9_]+)\.id$/);
183-
if (authDataMatch ) {
183+
if (authDataMatch) {
184184
var provider = authDataMatch[1];
185185
// Special-case auth data.
186186
return {key: `_auth_data_${provider}.id`, value};

0 commit comments

Comments
 (0)