Skip to content

Commit

Permalink
Update DBConfig.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
nookery committed Dec 26, 2023
1 parent 35435fc commit 425867b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TravelMode/Config/DBConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ struct DBConfig {

private static func getDatabaseURL() -> URL {
let fileName = dbFileName
let databaseFolder = databaseFolder
let databaseFolder = documentsURL
.appendingPathComponent("production", isDirectory: true)
.appendingPathComponent(fileName)
let databaseFolderDebug = databaseFolder
Expand Down

0 comments on commit 425867b

Please sign in to comment.