mirror of https://github.com/Chocobozzz/PeerTube
Fix job model
parent
9a989f8164
commit
65b3ed25fc
|
@ -30,10 +30,10 @@ export class JobModel extends Model<JobModel> {
|
|||
handlerInputData: any
|
||||
|
||||
@CreatedAt
|
||||
creationDate: Date
|
||||
createdAt: Date
|
||||
|
||||
@UpdatedAt
|
||||
updatedOn: Date
|
||||
updatedAt: Date
|
||||
|
||||
static listWithLimitByCategory (limit: number, state: JobState, jobCategory: JobCategory) {
|
||||
const query = {
|
||||
|
|
Loading…
Reference in New Issue