revert typo

This commit is contained in:
counterweight 2025-12-20 23:10:05 +01:00
parent 917ab0a584
commit c9b5cab0d6
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
2 changed files with 3 additions and 3 deletions

View file

@ -601,8 +601,8 @@ export interface components {
id: number;
/** Email */
email: string;
/** Guachachas */
guachachas: string[];
/** Roles */
roles: string[];
/** Permissions */
permissions: string[];
};