Skip to content
Snippets Groups Projects

Make IDs not pointers

1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -55,7 +55,8 @@ func GetHardCodedIDs() (ids []ID) {
return []ID{
Permissioning,
NotificationBot,
TempGateway, ZeroUser,
TempGateway,
ZeroUser,
DummyUser,
UDB,
}
Loading