Skip to content

Commit

Permalink
Make type less restrictive
Browse files Browse the repository at this point in the history
  • Loading branch information
lorgan3 committed Oct 27, 2024
1 parent c17bd5f commit 715637d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/network/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export type Message =
}
| {
type: MessageType.ActiveUpdate;
data: number[];
data: any[];
cursor: any;
inputState: [number, number, number];
}
Expand Down

0 comments on commit 715637d

Please sign in to comment.