@budibase/server 2.7.7-alpha.0 → 2.7.7-alpha.1

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/dist/query.js CHANGED
@@ -11507,8 +11507,8 @@ async function postAuth(passport2, ctx, next) {
11507
11507
  { successRedirect: "/", failureRedirect: "/error" },
11508
11508
  async (err, tokens) => {
11509
11509
  const baseUrl = `/builder/app/${authStateCookie.appId}/data`;
11510
- const id = utils_exports2.newid();
11511
- await cache_exports.store(
11510
+ const id = newid();
11511
+ await store(
11512
11512
  `datasource:creation:${authStateCookie.appId}:google:${id}`,
11513
11513
  {
11514
11514
  tokens