From 6b8e1f205b23dcc37293bd09210bc3f406d5d24d Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sat, 25 Apr 2020 14:40:35 +0200 Subject: [PATCH] Forgot a coma --- lib/main_online.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main_online.dart b/lib/main_online.dart index 2229a58..8161a4e 100644 --- a/lib/main_online.dart +++ b/lib/main_online.dart @@ -12,7 +12,7 @@ void main() { apiServerSecure: true, serviceName: "ComunicFlutter", serviceToken: "9KfSwmB76U9UUwjXngDG7PeYccNfy", - termsOfServicesURL: "https://about.communiquons.org/about/terms/" + termsOfServicesURL: "https://about.communiquons.org/about/terms/", )); subMain();