Skip to content

Commit 6e7c924

Browse files
committed
Fix types
1 parent cca0924 commit 6e7c924

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/builder/app/shared/resources.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export const getResourceKey = (resource: ResourceRequest) => {
2222
);
2323
} catch {
2424
// guard from invalid resources
25+
return "";
2526
}
2627
};
2728

0 commit comments

Comments
 (0)