Skip to content

Commit 94db3f8

Browse files
committed
Standardrb fix
1 parent 52a0798 commit 94db3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/cms/resource.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def self.clear_cache(key = nil)
141141
when "rest"
142142
Providers::Strapi::Client.new
143143
when "graphql"
144-
Providers::Strapi::GraphqlClient.new
144+
Providers::Strapi::GraphqlClient.new
145145
else
146146
Providers::Strapi::Client.new
147147
end

0 commit comments

Comments
 (0)