Skip to content

Commit

Permalink
Fix unexpected any lint problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Halil Kaan Karakoç committed Dec 2, 2023
1 parent 22736c4 commit 04f3c33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/modules/couchbase/src/couchbase-container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export class CouchbaseContainer extends GenericContainer {
return this;
}

// eslint-disable-next-line @typescript-eslint/no-explicit-any
private async doHttpRequest(host: string, port: number, path: string, method: string, body: any, auth = false) {
try {
return await fetch(`http://${host}:${port}${path}`, {
Expand Down

0 comments on commit 04f3c33

Please sign in to comment.