driveLoader.js 142 B

12345
  1. export async function syncGoogleDrive() {
  2. const err = new Error("google_drive_sync_not_configured");
  3. err.statusCode = 501;
  4. throw err;
  5. }