Migrated the Website service and library targets to use Persistence package with PostgreSQL instead.
This commit is contained in:
@@ -42,7 +42,7 @@ struct App {
|
||||
return
|
||||
}
|
||||
|
||||
let app = await application(
|
||||
let app = try await application(
|
||||
reader: reader
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user