From 1466fa770d17813db27111a2beb8727d9c5c23ed Mon Sep 17 00:00:00 2001 From: Luc <8822552+luc-github@users.noreply.github.com> Date: Tue, 9 Jan 2024 22:43:15 +0800 Subject: [PATCH] Fix typo --- esp3d/src/modules/notifications/notifications_service.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp3d/src/modules/notifications/notifications_service.cpp b/esp3d/src/modules/notifications/notifications_service.cpp index 242da43d..293da0b8 100644 --- a/esp3d/src/modules/notifications/notifications_service.cpp +++ b/esp3d/src/modules/notifications/notifications_service.cpp @@ -158,7 +158,7 @@ NotificationsService::NotificationsService() { _started = false; _notificationType = 0; _token1 = ""; - _token1 = ""; + _token2 = ""; _settings = ""; } NotificationsService::~NotificationsService() { end(); }