Skip to content

Commit 2939665

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/security
2 parents a2060a8 + c947e69 commit 2939665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fplus-lib/src/core/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ impl LDNApplication {
309309
let app_file = match ApplicationFile::from_str(&app.application.unwrap()) {
310310
Ok(app) => app,
311311
Err(e) => {
312-
return Err(vec![LDNError::Load(format!("Failed to parse application file from DB /// {}", e))]);
312+
continue;
313313
}
314314
};
315315
all_apps.push((app_file, app.owner, app.repo));

0 commit comments

Comments
 (0)