Skip to content

Commit ae42629

Browse files
committed
corrct paramter
1 parent 2f9f995 commit ae42629

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/plugin-nft-collections/src/services/reservoir.ts

+1-6
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,7 @@ export class ReservoirService {
7272
await this.rateLimiter.consume("reservoir", 1);
7373
}
7474
const reservoirApiKey = runtime.getSetting("RESERVOIR_API_KEY");
75-
console.log(
76-
"########################################################################################################################",
77-
`https://api.reservoir.tools${endpoint}?${new URLSearchParams(
78-
params
79-
).toString()}`
80-
);
75+
8176
// Make the request with retries
8277
const result = await pRetry(
8378
async () => {

0 commit comments

Comments
 (0)