Skip to content

Commit 37c461c

Browse files
committed
fix: Remove unused parameters from Postgres aggregate signature to satisfy lint
1 parent fa0c705 commit 37c461c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Adapters/Storage/Postgres/PostgresStorageAdapter.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2271,10 +2271,7 @@ export class PostgresStorageAdapter implements StorageAdapter {
22712271
pipeline: any,
22722272
readPreference: ?string,
22732273
hint: ?mixed,
2274-
explain?: boolean,
2275-
_comment?: ?string,
2276-
_rawValues?: boolean,
2277-
_rawFieldNames?: boolean
2274+
explain?: boolean
22782275
) {
22792276
debug('aggregate');
22802277
const values = [className];

0 commit comments

Comments
 (0)