feat(notes): retry syncing notes when failed due to timeout

This commit is contained in:
ayo 2026-04-13 21:43:49 +02:00
parent 059a164a50
commit 88a154f077

View file

@ -23,6 +23,8 @@ notesSync() {
}
else
echo ">>> Sync skipped due to timeout ($time)"
echo "retrying..."
notesSync
fi
}