Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Oct 3, 2023
1 parent 3d0eef9 commit 89f8b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/async/serializeAsync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { TsonAsyncStringifier } from "./asyncTypes.js";
type WalkFn = (value: unknown) => unknown;

export const PROMISE_RESOLVED = 0 as const;
export const PROMISE_REJECTED = 1 as const;
const PROMISE_REJECTED = 1 as const;

export type TsonAsyncValueTuple = [
TsonAsyncIndex,
Expand Down

0 comments on commit 89f8b31

Please sign in to comment.