Skip to content

Commit

Permalink
fix<client, compat>: Add missing assert import
Browse files Browse the repository at this point in the history
  • Loading branch information
xLuxy committed Jun 6, 2024
1 parent 3dcfd73 commit 2a50ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/js/compatibility/classes/webSocketClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// import * as alt from "@altv/client";

/** @type {typeof import("../../../../shared/js/utils.js")} */
const { assertIsType } = requireBinding("shared/utils.js");
const { assertIsType, assert } = requireBinding("shared/utils.js");

requireBinding("client/factory.js");

Expand Down

0 comments on commit 2a50ccf

Please sign in to comment.