needed to be a string

master
Jason Dekarske 2022-04-07 14:24:05 -07:00
parent 1fb125a652
commit 140d050f21
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
var course_name = "Davis";
$("#upload").click(function () {
sendCustomizedApp({
storage: courses
storage: JSON.stringify(courses),
});
});