@openinc/parse-server-opendash 3.24.2 → 3.24.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,9 +27,6 @@ async function saveProject(ticket, project, fetchOptions) {
27
27
  const projectObj = await new Parse.Query(types_1.Maintenance_Project)
28
28
  .equalTo("objectId", project)
29
29
  .first(fetchOptions);
30
- if (!projectObj) {
31
- throw new Parse.Error(Parse.Error.OBJECT_NOT_FOUND, `Project with ID ${project} not found`);
32
- }
33
30
  const ticketProjectObject = new types_1.Maintenance_Ticket_Project({
34
31
  ticket,
35
32
  project: projectObj,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openinc/parse-server-opendash",
3
- "version": "3.24.2",
3
+ "version": "3.24.3",
4
4
  "description": "Parse Server Cloud Code for open.INC Stack.",
5
5
  "packageManager": "pnpm@10.19.0",
6
6
  "keywords": [