mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 17:23:20 +03:00
fix: various typos (grouped in to separate commits) (#18177)
This commit is contained in:
@@ -16,7 +16,7 @@ export class SharedLinkTable {
|
||||
userId!: string;
|
||||
|
||||
@Column({ type: 'bytea', indexName: 'IDX_sharedlink_key' })
|
||||
key!: Buffer; // use to access the inidividual asset
|
||||
key!: Buffer; // use to access the individual asset
|
||||
|
||||
@Column()
|
||||
type!: SharedLinkType;
|
||||
|
||||
Reference in New Issue
Block a user