Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
georgekaran committed Oct 17, 2024
1 parent 2d20534 commit 6bbf4ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/contentFetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ export class ContentFetcher {
throw new Error('The API key must be provided to fetch static content.');
}


return new Promise<FetchResponse<P>>((resolve, reject) => {
const abortController = new AbortController();
const timeout = options.timeout ?? this.configuration.defaultTimeout;
Expand Down
1 change: 1 addition & 0 deletions src/logging/consoleLogger.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-console -- This is a logging utility */
import {Logger} from './logger';

type ConsoleMethod = {
Expand Down

0 comments on commit 6bbf4ae

Please sign in to comment.