Skip to content

Commit

Permalink
fix: lint docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SkeLLLa committed Sep 17, 2024
1 parent 092a9ab commit d5a7409
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"build:node": "tsc -p tsconfig.build.json",
"examples": "tsx examples/index.ts",
"lint": "pnpm run lint:types && pnpm run lint:codestyle && pnpm run lint:packages",
"lint:codestyle": "eslint --fix",
"lint:codestyle": "eslint",
"lint:packages": "pnpm audit --prod --audit-level=high",
"lint:types": "tsc -p tsconfig.json",
"release": "semantic-release",
Expand Down
6 changes: 3 additions & 3 deletions src/client/broker/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,9 @@ export interface IPinotClient {
* Execute pinot sql query
*
* @public
* @param query Sql query body
* @param options Query options
* @param trace Pass trace parameter to pinot
* @param query - Sql query body
* @param options - Query options
* @param trace - Pass trace parameter to pinot
* @returns Result rows with stats
*/
select<TResult>(
Expand Down

0 comments on commit d5a7409

Please sign in to comment.