Skip to content

Commit b53e191

Browse files
committed
fix
1 parent f327588 commit b53e191

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/resolvers/project.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,7 @@ module.exports = {
141141
*
142142
* @returns {Project}
143143
*/
144-
async updateProject(
145-
_obj,
146-
{ id, name, description, image, rateLimitSettings },
147-
{ user, factories }
148-
) {
144+
async updateProject(_obj, { id, name, description, image }, { user, factories }) {
149145
if (!Validator.string(name)) {
150146
throw new UserInputError('Invalid name length');
151147
}

0 commit comments

Comments
 (0)