Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ead21f3

Browse files
committed
fix typo
1 parent 1c663e3 commit ead21f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const test = function (group: Group[] | Group): string {
1111
} else {
1212
let i: number = 0;
1313
while (i < mapping.length) {
14-
query += `$objectId=${group[i].objectId}`;
14+
query += `&objectId=${group[i].objectId}`;
1515
i++;
1616
}
1717
}

0 commit comments

Comments
 (0)