mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix: various typos (grouped in to separate commits) (#18177)
This commit is contained in:
parent
ccc2b191dd
commit
b1e1362246
8 changed files with 8 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue