Skip to content

Commit 131e649

Browse files
authored
chore(daocond): remove unused field (#1486)
Signed-off-by: Norman <norman@samourai.coop>
1 parent 9c046ea commit 131e649

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gno/p/daocond/daocond.gno

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,5 @@ type EventRoleUnassigned struct {
6060
}
6161

6262
type EventRoleRemoved struct {
63-
UserID string
64-
Role string
63+
Role string
6564
}

0 commit comments

Comments
 (0)