@budibase/worker 3.11.2 → 3.12.0

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/worker",
3
3
  "email": "hi@budibase.com",
4
- "version": "3.11.2",
4
+ "version": "3.12.0",
5
5
  "description": "Budibase background service",
6
6
  "main": "src/index.ts",
7
7
  "repository": {
@@ -123,5 +123,5 @@
123
123
  }
124
124
  }
125
125
  },
126
- "gitHead": "4c2f13e1b36fa559124df22462d83d2b4d1e7e9d"
126
+ "gitHead": "4d3f7719ab1ae02d3d01908b8a14a31a0c81445d"
127
127
  }
@@ -839,9 +839,8 @@ describe("scim", () => {
839
839
 
840
840
  it("creating an external group that conflicts an internal one syncs the existing group", async () => {
841
841
  const groupToSave = structures.userGroups.userGroup()
842
- const { body: internalGroup } = await config.api.groups.saveGroup(
843
- groupToSave
844
- )
842
+ const { body: internalGroup } =
843
+ await config.api.groups.saveGroup(groupToSave)
845
844
 
846
845
  const scimGroupData = {
847
846
  externalId: structures.uuid(),