Skip to content

Commit

Permalink
Types
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Mar 29, 2024
1 parent d7846bf commit 58ae23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/postMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import { deserializeError, serializeError } from "serialize-error";
import { type SerializedError } from "@/types/messengerTypes";
import { assertNotNullish } from "./nullishUtils";
import { type JsonValue } from "type-fest";
import { AbortSignalAsOptions } from "./promiseUtils";
import { type AbortSignalAsOptions } from "./promiseUtils";

const TIMEOUT_MS = 3000;

Expand Down

0 comments on commit 58ae23e

Please sign in to comment.