Skip to content

Commit

Permalink
null error on map
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonpoo authored and ludomikula committed Dec 16, 2024
1 parent d3b3de9 commit 936d3b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public Mono<String> getIcon(ApplicationRecordService applicationRecordService) {
return "";
}
}
);
).onErrorReturn("");
}

public Map<String, Object> getEditingApplicationDSLOrNull() {return editingApplicationDSL; }
Expand Down

0 comments on commit 936d3b6

Please sign in to comment.