feat(server): restore modified at timestamp after upload, preserve when copying (#7010)

This commit is contained in:
Trevor Jex
2024-02-11 21:40:34 -07:00
committed by GitHub
parent 0c4df216d7
commit d7437d31d1
7 changed files with 49 additions and 3 deletions
@@ -22,5 +22,6 @@ export const newStorageRepositoryMock = (reset = true): jest.Mocked<IStorageRepo
rename: jest.fn(),
copyFile: jest.fn(),
watch: jest.fn(),
utimes: jest.fn(),
};
};