Skip to content

Commit 7ba6971

Browse files
remove build warning
1 parent 87a95f8 commit 7ba6971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/SPTaxonomyService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export class SPTaxonomyService {
6060

6161
public async searchTerm(termSetId: Guid, label: string, languageTag: string, parentTermId?: Guid, allowSelectingChildren = true, stringMatchId: string = '0', pageSize: number = 50): Promise<ITermInfo[]> {
6262
try {
63-
let query = [
63+
const query = [
6464
`label='${label}'`,
6565
`setId='${termSetId}'`,
6666
`languageTag='${languageTag}'`,

0 commit comments

Comments
 (0)