fix: reimporting books will update the import time, being consistent with update time, closes #1200 (#1203)
This commit is contained in:
@@ -195,6 +195,7 @@ export abstract class BaseAppService implements AppService {
|
||||
if (!transient) {
|
||||
existingBook.deletedAt = null;
|
||||
}
|
||||
existingBook.createdAt = Date.now();
|
||||
existingBook.updatedAt = Date.now();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user