Skip to content

Commit bf79dea

Browse files
committed
fix: Resolve AI review comment
1 parent 96c1f9e commit bf79dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/lib/ik-image/ik-image.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export class IkImageComponent implements AfterViewInit, OnInit, OnChanges {
6060

6161
if (!options.urlEndpoint || options.urlEndpoint.trim() === "") {
6262
console.warn("urlEndpoint is neither provided in this component nor in any parent ImagekitService.");
63-
return null;
63+
return;
6464
}
6565

6666
const strictOptions = options as SrcOptions;

0 commit comments

Comments
 (0)