From 64ecbfc698e2a281285c3fb39d6ca6a29cd37b3c Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Thu, 22 Jun 2023 23:28:45 +0200 Subject: [PATCH] Fix typo --- initdb/02_5_signalk_auth_otp.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initdb/02_5_signalk_auth_otp.sql b/initdb/02_5_signalk_auth_otp.sql index 82d9bb1..2afcd47 100644 --- a/initdb/02_5_signalk_auth_otp.sql +++ b/initdb/02_5_signalk_auth_otp.sql @@ -321,7 +321,7 @@ AS $pushover$ DELETE FROM auth.otp WHERE user_email = _email; -- Disable Notification because - -- Pushover send a notification when sucesssfull with the description of the app + -- Pushover send a notification when sucesssful with the description of the app -- -- Send Notification async --INSERT INTO process_queue (channel, payload, stored)