Skip to content

Commit

Permalink
linting fixes
Browse files Browse the repository at this point in the history
Signed-off-by: KyleSmith19091 <[email protected]>
  • Loading branch information
KyleSmith19091 committed Sep 25, 2024
1 parent 3f98584 commit fa06318
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/stellartoml/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ export class Resolver {
maxContentLength: STELLAR_TOML_MAX_SIZE,
cancelToken: timeout
? new CancelToken((cancel) =>
setTimeout(
() => cancel(`timeout of ${timeout}ms exceeded`),
timeout,
),
)
setTimeout(
() => cancel(`timeout of ${timeout}ms exceeded`),
timeout,
),
)
: undefined,
timeout,
})
Expand Down

0 comments on commit fa06318

Please sign in to comment.