First version: 20231229.0.0 #2

Merged
Thilawyn merged 21 commits from next into master 2023-12-29 01:07:07 +01:00
Showing only changes of commit 55013a1110 - Show all commits

View File

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