From d3ba0d1d2c7715977f585719e3a5170270d8167e Mon Sep 17 00:00:00 2001 From: John Harrold Date: Wed, 1 Jan 2025 11:13:09 -0800 Subject: [PATCH] smol bug --- R/UD_Server.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/UD_Server.R b/R/UD_Server.R index 42fdb19..7c91df5 100644 --- a/R/UD_Server.R +++ b/R/UD_Server.R @@ -671,7 +671,6 @@ UD_fetch_state = function(id, id_ASM, input, session, FM_yaml_file, MOD_yaml_fi pll[[tmp_modID]][["mod_yaml"]] = tmp_modstate[["MOD_yaml_file"]] } else { tmp_msg = paste0("Module with ID: ", tmp_modID, " found in workflow but not in app. ") - msgs = c(msgs, tmp_msg) FM_le(state, tmp_msg, entry_type="error") } }