Browse Source

fix: cloud code without params

ryanemax 8 months ago
parent
commit
509f2d7115
1 changed files with 0 additions and 6 deletions
  1. 0 6
      server/cloud/authing/func-authing-org-sync.js

+ 0 - 6
server/cloud/authing/func-authing-org-sync.js

@@ -15,12 +15,6 @@ export function defineAuthingDepartSync(){
     Parse.Cloud.define("authingDepartSync", async (request) => {
         let result = await syncOrganizationsFromAuthing(token)
         return result
-    },{
-        fields : {
-            token:{
-                required:true
-            }
-        }
     });
 }