Skip to content

Commit fcebef7

Browse files
committed
Revert never
1 parent aeb327d commit fcebef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/search/backend.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class SearchBackend {
9696
///
9797
/// When other process has the claim, the loop waits a minute before
9898
/// attempting to get the claim.
99-
Future<void> updateSnapshotInForeverLoop() async {
99+
Future<Never> updateSnapshotInForeverLoop() async {
100100
final lock = GlobalLock.create(
101101
'$runtimeVersion/search/update-snapshot',
102102
expiration: Duration(minutes: 20),

0 commit comments

Comments
 (0)