Skip to content

Commit

Permalink
Maybe fixed local board loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonia Heinen committed Jul 7, 2024
1 parent ee88dde commit ce12b32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
instance creation
defaultBoardJson: aString

^ ('{"columns":[
{"name":"ToDo","id":1,"cards":[]},
{"name":"InProgress","id":2,"cards":[]},
{"name":"Done","id":3,"cards":[]}],
^ ('{"columns":{
"1":{"name":"ToDo","id":1,"cards":[]},
"2":{"name":"InProgress","id":2,"cards":[]},
"3":{"name":"Done","id":3,"cards":[]}},
"title":"', aString, '"}' ) parseAsJson.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"class" : {
"defaultBoardJson:" : "FP 6/25/2024 15:35",
"defaultBoardJson:" : "AH 7/7/2024 16:14",
"newWithName:" : "FP 6/25/2024 14:45",
"withJson:" : "FP 6/25/2024 14:44" },
"instance" : {
Expand Down

0 comments on commit ce12b32

Please sign in to comment.