You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewGraphQLError("Could not find AccessController to update");
167
+
}
168
+
}
168
169
169
170
awaitcreateAuditLog(`{user} set hobbs time of instance '${instance?.name}' of equipment {equipment} to ${args.hobbsTime} seconds from ${instance.hobbsTime} seconds`,'admin',room.makerspaceID??undefined,{id: user.id,label: getUsersFullName(user)},{id: equipment.id,label: equipment.name});
170
171
171
172
returnnewInstance;
172
173
}),
173
174
174
175
175
-
/**
176
-
* Update the status field of an Equipment Instance
177
-
* @argument id ID of equipment instance to modify
178
-
* @argument status New Instance status
179
-
* @returns updated equipment instance
180
-
* @throws GraphQLError if not MENTOR or STAFF or is on hold or equipment instance does not exist
181
-
*/
176
+
/**
177
+
* Update the status field of an Equipment Instance
178
+
* @argument id ID of equipment instance to modify
179
+
* @argument status New Instance status
180
+
* @returns updated equipment instance
181
+
* @throws GraphQLError if not MENTOR or STAFF or is on hold or equipment instance does not exist
0 commit comments