Skip to content

Commit

Permalink
small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
john-harrold committed Mar 13, 2024
1 parent 0a1ecf0 commit a5f9a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ASM_Server.R
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ ASM_test_mksession = function(session, id="ASM", id_UD="UD", id_DW = "DW", full_

# Populating the session with DW components
#sess_res = FG_test_mksession(session, id=id_FG, id_UD = id_UD, id_DW=id_DW, full_session=full_session)
sess_res = DW_test_mksession(session=list, id=id_DW, id_UD=id_UD)
sess_res = DW_test_mksession(session, id=id_DW, id_UD=id_UD)
if(!("ShinySession" %in% class(session))){
session = sess_res[["session"]]
}
Expand Down

0 comments on commit a5f9a36

Please sign in to comment.