diff --git a/Frameworks/Account/FeedWrangler/FeedWranglerAccountDelegate.swift b/Frameworks/Account/FeedWrangler/FeedWranglerAccountDelegate.swift index 5829fcc3f..0c125feaa 100644 --- a/Frameworks/Account/FeedWrangler/FeedWranglerAccountDelegate.swift +++ b/Frameworks/Account/FeedWrangler/FeedWranglerAccountDelegate.swift @@ -48,7 +48,7 @@ final class FeedWranglerAccountDelegate: AccountDelegate { caller = FeedWranglerAPICaller(transport: session) } - database = SyncDatabase(databaseFilePath: dataFolder.appending("/Sync.sqlite")) + database = SyncDatabase(databaseFilePath: dataFolder.appending("/Sync.sqlite3")) } func refreshAll(for account: Account, completion: @escaping (Result) -> Void) {