Generic fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Julien Valverdé
2023-12-25 01:49:29 +01:00
parent a32c9c70f5
commit 55013a1110

View File

@@ -51,7 +51,7 @@ abstract class Permissible {
class User extends expresses(
Identified<bigint>,
Identified as typeof Identified<bigint>,
// Identified<string>,
Permissible,
) {