Skip to content

Commit bb16a15

Browse files
committed
Fix a bug in fork_config graphql
1 parent 2109cd7 commit bb16a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/runtime_config/runtime_config.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ module Json_layout = struct
245245
]
246246

247247
let of_permissions (perm : Mina_base.Permissions.t) =
248-
{ edit_state = Auth_required.of_account_perm perm.edit_action_state
248+
{ edit_state = Auth_required.of_account_perm perm.edit_state
249249
; send = Auth_required.of_account_perm perm.send
250250
; receive = Auth_required.of_account_perm perm.receive
251251
; set_delegate = Auth_required.of_account_perm perm.set_delegate

0 commit comments

Comments
 (0)