Skip to content

Commit

Permalink
Omit exception value
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka authored Jan 13, 2025
1 parent 467f561 commit b07ad2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-directory/src/store/resolvers.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const getDownloadableBlocks =
);

dispatch( receiveDownloadableBlocks( blocks, filterValue ) );
} catch ( error ) {
} catch {
dispatch( receiveDownloadableBlocks( [], filterValue ) );
}
};

0 comments on commit b07ad2b

Please sign in to comment.