Skip to content

Commit

Permalink
fix: style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
onefriendaday committed Mar 4, 2025
1 parent 0fd8c3a commit fcf9085
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -719,10 +719,7 @@ class Storyblok {
await provider.set(cacheKey, response);
}

if (
response.data.cv
&& params.token
) {
if (response.data.cv && params.token) {
if (
(
(this.cache.clear === 'onpreview' && params.version === 'draft')
Expand Down

0 comments on commit fcf9085

Please sign in to comment.