Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jan 28, 2025
1 parent d2eaad4 commit c5aac86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/actor/runtime/src/event.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import type { Metadata } from "@rivet-gg/actor-core";
import type * as wsToClient from "@rivet-gg/actor-protocol/ws/to_client";
import * as wsToServer from "@rivet-gg/actor-protocol/ws/to_server";
import type { WSMessageReceive } from "hono/ws";
Expand All @@ -6,7 +7,6 @@ import type { Connection, IncomingWebSocketMessage } from "./connection";
import * as errors from "./errors";
import { Rpc } from "./rpc";
import { assertUnreachable } from "./utils";
import type { Metadata } from "@rivet-gg/actor-core";

interface MessageEventConfig {
protocol: { maxIncomingMessageSize: number };
Expand Down

0 comments on commit c5aac86

Please sign in to comment.