mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
capitalize serverside enum
This commit is contained in:
@@ -3,8 +3,8 @@ import { UserEntity } from 'src/entities/user.entity';
|
||||
import { Column, Entity, Index, JoinColumn, ManyToOne, PrimaryColumn } from 'typeorm';
|
||||
|
||||
export enum AlbumUserRole {
|
||||
Editor = 'editor',
|
||||
Viewer = 'viewer',
|
||||
EDITOR = 'editor',
|
||||
VIEWER = 'viewer',
|
||||
}
|
||||
|
||||
@Entity('albums_shared_users_users')
|
||||
|
||||
Reference in New Issue
Block a user