From 0318c478feb8c3319c3ca35821d609bb436c4302 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 15 Aug 2023 14:08:55 +0930 Subject: [PATCH] fix(logout): dont error if file absent !2 #2 --- flows.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flows.json b/flows.json index d1ea61c..e5ad780 100644 --- a/flows.json +++ b/flows.json @@ -4684,7 +4684,7 @@ "filename": "filename", "filenameType": "msg", "recursive": false, - "exist": true, + "exist": false, "name": "Remove Token", "x": 600, "y": 1040,