File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Examples/ServiceLifecycle/Sources Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212//
1313//===----------------------------------------------------------------------===//
1414
15- import AWSLambdaRuntime
1615import AWSLambdaEvents
16+ import AWSLambdaRuntime
1717import Logging
1818import PostgresNIO
1919import ServiceLifecycle
@@ -77,7 +77,7 @@ struct LambdaFunction {
7777 // See: https://github.com/vapor/postgres-nio/issues/489#issuecomment-2186509773
7878 result = try await timeout ( deadline: . seconds( 3 ) ) {
7979 // check if table exists
80- // TODO: ideally, I want to do this once, after serviceGroup.run() is done
80+ // TODO: ideally, I want to do this once, after serviceGroup.run() is done
8181 // but before the handler is called
8282 logger. trace ( " Checking database " )
8383 try await prepareDatabase ( )
You can’t perform that action at this time.
0 commit comments