Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 30, 2023
1 parent 45c7143 commit 1e83109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/data_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ add_plot_attributes <- function(x) {

if (is.null(dat)) {
# last try
model <- .dynGet(obj_name, ifnotfound = NULL)
dat <- .dynGet(obj_name, ifnotfound = NULL)
}
}

Expand Down

0 comments on commit 1e83109

Please sign in to comment.