mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 23:35:38 +02:00
Update note.ts
This commit is contained in:
@@ -125,7 +125,7 @@ export class Note {
|
||||
public uri: string | null;
|
||||
|
||||
@Column('integer', {
|
||||
default: 0
|
||||
default: 0, select: false
|
||||
})
|
||||
public score: number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user