feat: Upgrade Parse JS SDK from 6.0.0 to 6.1.0 (#9686)

This commit is contained in:
Daniel
2025-04-02 10:09:53 +11:00
committed by GitHub
parent a9176d533d
commit f49c371c13
6 changed files with 93 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
const Config = require('./Config');
const Auth = require('./Auth');
const RESTController = require('parse/lib/node/RESTController');
import RESTController from 'parse/lib/node/RESTController';
const Parse = require('parse/node');
function getSessionToken(options) {