Skip to content

Commit

Permalink
Fix candid
Browse files Browse the repository at this point in the history
  • Loading branch information
ffakenz committed May 10, 2024
1 parent c68920d commit 36536e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/backend.did
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ type AcceptErr = variant {

type AcceptReceipt = opt AcceptErr;

type RegisterIssueErr = ()
type RegisterIssueErr = null;

type RegisterIssueReceipt = opt RegisterIssueErr;

type UnRegisterIssueErr = ()
type UnRegisterIssueErr = null;

type UnRegisterIssueReceipt = opt UnRegisterIssueErr;

Expand Down

0 comments on commit 36536e6

Please sign in to comment.