run typesync

This commit is contained in:
2023-07-29 22:25:53 +02:00
parent 614ac4c802
commit c114a72619
7 changed files with 107 additions and 69 deletions

View File

@@ -105,12 +105,6 @@ function computeSize(f: File) {
});
}
// Shouldn't be used anymore
function* startSpinner() {
yield delay(300);
yield put(photosStartFetchingSpinner());
}
function* photosLoad() {
const state = yield select();
try {