Skip to content

Commit

Permalink
switch of ms_queue sourcing
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrachse committed Jul 10, 2018
1 parent 4b20738 commit 7a88702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/shiny/queue_generator9/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ library(jsonlite)
library(httr)
library(DT)

source("ms_queue.R")
#source("ms_queue.R")
##
shinyServer(function(input, output, session) {

Expand Down

0 comments on commit 7a88702

Please sign in to comment.