Skip to content

Commit e382f71

Browse files
committed
chore: lint
1 parent e05f28a commit e382f71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/slice-machine/src/features/customTypes/customTypesBuilder/ImportSlicesFromLibraryModal/utils

packages/slice-machine/src/features/customTypes/customTypesBuilder/ImportSlicesFromLibraryModal/utils/github.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class GitHubRepositoryAPI {
9696
async searchCode(args: { path?: string; filename?: string }) {
9797
const { path, filename } = args;
9898

99-
let query: string[] = [];
99+
const query: string[] = [];
100100
if (path) query.push(`path:${path}`);
101101
if (filename) query.push(`filename:${filename}`);
102102
query.push(`repo:${this.owner}/${this.repo}`);

0 commit comments

Comments
 (0)