Skip to content

Commit 89fedec

Browse files
committed
[backend] update admin principal in utils.mo
1 parent 98e2e8e commit 89fedec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/utils.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Nat "mo:base/Nat";
55
import Iter "mo:base/Iter";
66

77
module {
8-
let admins = ["hc7ih-ylbcm-cxqrk-kembs-xbsdz-7fhd7-amg45-yi62z-xvihp-6zilv-kae"];
8+
let admins = ["uajwy-bzusi-36jtj-ajvmc-nep3q-b7zmb-wbdua-smdjo-j77n2-p7ciw-tae"];
99

1010
public func isAdmin(principal : Principal) : Bool {
1111
let principalText = Principal.toText(principal);

0 commit comments

Comments
 (0)