Details
Details
tested on staging, native compiles
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| native/native_rust_library/src/backup.rs | ||
|---|---|---|
| 383–395 ↗ | (On Diff #48002) | I don't know why it was earlier destructured just to be composed again |
| shared/comm-lib/src/backup/mod.rs | ||
| 17–18 ↗ | (On Diff #48002) | I decided to pass it as ISO string because it's easily convertible to JS Date by using new Date(backupInfo.creationTimestamp) |
| native/native_rust_library/src/backup.rs | ||
|---|---|---|
| 383–395 ↗ | (On Diff #48002) | I don't know either, strange |
| shared/comm-lib/src/backup/mod.rs | ||
| 17–19 ↗ | (On Diff #48002) | Just adding this won't break the existing client:
|