Skip to content

Commit

Permalink
remove semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
christianzoppi committed Apr 12, 2024
1 parent afded4e commit 8bce878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ class Storyblok {

public async flushCache(): Promise<this> {
await this.cacheProvider().flush()
this.clearCacheVersion();
this.clearCacheVersion()
return this
}
}
Expand Down

0 comments on commit 8bce878

Please sign in to comment.