mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
notifications/sagas: fix rename in comment
This was missed when actions were refactored to remove ActionType enums.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// Copyright (c) 2020-2022 The Pybricks Authors
|
||||
// Copyright (c) 2020 - 2022 The Pybricks Authors
|
||||
|
||||
// Saga for managing notifications (toasts)
|
||||
|
||||
@@ -363,7 +363,7 @@ function* showServiceWorkerUpdate(
|
||||
|
||||
function* showNoUpdateInfo(action: ReturnType<typeof didCheckForUpdate>): Generator {
|
||||
if (action.updateFound) {
|
||||
// this will be handled by ServiceWorkerActionType.DidUpdate action
|
||||
// this will be handled by didUpdate action
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user