Skip to content

Commit f327588

Browse files
committed
fix
1 parent 4ba798d commit f327588

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/resolvers/project.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,6 @@ module.exports = {
174174
options.image = image;
175175
}
176176

177-
if (rateLimitSettings) {
178-
options.rateLimitSettings = rateLimitSettings;
179-
}
180-
181177
return project.updateProject(options);
182178
} catch (err) {
183179
throw new ApolloError('Something went wrong');

0 commit comments

Comments
 (0)