Skip to content

Commit

Permalink
feat: removed catch e
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhsircar11 committed Jan 29, 2025
1 parent 307c371 commit e7e9fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/blocks/locui-create/utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export function validateOrigin(urlStr) {
return false;
}
return false;
} catch (e) {
} catch {
return false;
}
}

0 comments on commit e7e9fc5

Please sign in to comment.