Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sola-breakroom committed Nov 15, 2024
1 parent 51e5854 commit 780d41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ FastImage.clearMemoryCache = () =>
FastImage.clearDiskCache = () => NativeModules.FastImageView.clearDiskCache()

FastImage.getCachePath = (source: Source) =>
NativeModules.FastImageView.getCachePath(source);
NativeModules.FastImageView.getCachePath(source)

const styles = StyleSheet.create({
imageContainer: {
Expand Down

0 comments on commit 780d41f

Please sign in to comment.