forked from trent_larson/crowd-funder-for-time-pwa
fix: remove the 'migrations' table creation that is done elsewhere
This commit is contained in:
@@ -66,13 +66,13 @@ export class CapacitorPlatformService implements PlatformService {
|
||||
return this.initializationPromise;
|
||||
}
|
||||
|
||||
// Start initialization
|
||||
this.initializationPromise = this._initialize();
|
||||
try {
|
||||
// Start initialization
|
||||
this.initializationPromise = this._initialize();
|
||||
await this.initializationPromise;
|
||||
} catch (error) {
|
||||
logger.error(
|
||||
"[CapacitorPlatformService] Initialize method failed:",
|
||||
"[CapacitorPlatformService] Initialize database method failed:",
|
||||
error,
|
||||
);
|
||||
this.initializationPromise = null; // Reset on failure
|
||||
|
||||
Reference in New Issue
Block a user