Skip to content

Commit c4cb913

Browse files
fix(insightly): resolve CI linting error
1 parent 4153fb5 commit c4cb913

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/pieces/community/insightly/src/lib/common

packages/pieces/community/insightly/src/lib/common/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const INSIGHTLY_OBJECTS = [
2323
export async function makeInsightlyRequest(
2424
apiKey: string,
2525
endpoint: string,
26-
pod: string = 'na1',
26+
pod = 'na1',
2727
method: HttpMethod = HttpMethod.GET,
2828
body?: any
2929
) {

0 commit comments

Comments
 (0)