Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gronxb committed Oct 24, 2024
1 parent b7efa25 commit 3b3bcb8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ import type { PostMessageSchemaObject } from "@webview-bridge/types";
export const postMessageSchema = <T extends PostMessageSchemaObject>(
schema: T,
) => {
// Returning immediately to infer the correct type.
return schema;
};

0 comments on commit 3b3bcb8

Please sign in to comment.