fix(email,sms): Reorder debug logging to avoid confusion in email and sms connectors

This commit is contained in:
2024-10-02 08:18:59 +02:00
parent 7d0925ad33
commit 4a75c109e3
4 changed files with 17 additions and 13 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/platformclient',
version: '1.0.10',
version: '1.0.11',
description: 'a module that makes it really easy to use the serve.zone platform inside your app'
}