From 8bce87889f8818000002b7291a0021ecde78d4fb Mon Sep 17 00:00:00 2001 From: Christian Zoppi Date: Fri, 12 Apr 2024 20:57:53 +0200 Subject: [PATCH] remove semicolon --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index c475bbce..e5ae1833 100755 --- a/src/index.ts +++ b/src/index.ts @@ -728,7 +728,7 @@ class Storyblok { public async flushCache(): Promise { await this.cacheProvider().flush() - this.clearCacheVersion(); + this.clearCacheVersion() return this } }