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 12
12
//
13
13
//===----------------------------------------------------------------------===//
14
14
15
- import AWSLambdaRuntime
16
15
import AWSLambdaEvents
16
+ import AWSLambdaRuntime
17
17
import Logging
18
18
import PostgresNIO
19
19
import ServiceLifecycle
@@ -77,7 +77,7 @@ struct LambdaFunction {
77
77
// See: https://github.com/vapor/postgres-nio/issues/489#issuecomment-2186509773
78
78
result = try await timeout ( deadline: . seconds( 3 ) ) {
79
79
// 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
81
81
// but before the handler is called
82
82
logger. trace ( " Checking database " )
83
83
try await prepareDatabase ( )
You can’t perform that action at this time.
0 commit comments