Skip to content

Commit

Permalink
Replace deprecated jsoo symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
Firobe committed May 31, 2022
1 parent 0b819b2 commit 6bc0e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/client_sdk/js_util.ml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ open Mina_base
module Global_slot = Mina_numbers.Global_slot
module Memo = Signed_command_memo

let raise_js_error s = Js.raise_js_error (new%js Js.error_constr (Js.string s))
let raise_js_error s = Js_error.raise_ (new%js Js.error_constr (Js.string s))

type string_js = Js.js_string Js.t

Expand Down

0 comments on commit 6bc0e00

Please sign in to comment.