From 603dbb7b5039692b42aa3918f21671617cb225f0 Mon Sep 17 00:00:00 2001 From: Yongshun Shreck Ye Date: Sun, 17 Nov 2024 19:37:16 +0800 Subject: [PATCH] Remove a TODO which was already achieved in commit dfd0d3b5762b044c3776cbe098ee3869e57004e0 --- .../postgresql/vertx/pgclient/PgClients.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/src/main/kotlin/com/huanshankeji/exposedvertxsqlclient/postgresql/vertx/pgclient/PgClients.kt b/core/src/main/kotlin/com/huanshankeji/exposedvertxsqlclient/postgresql/vertx/pgclient/PgClients.kt index 3035479..05fd5c6 100644 --- a/core/src/main/kotlin/com/huanshankeji/exposedvertxsqlclient/postgresql/vertx/pgclient/PgClients.kt +++ b/core/src/main/kotlin/com/huanshankeji/exposedvertxsqlclient/postgresql/vertx/pgclient/PgClients.kt @@ -92,8 +92,6 @@ fun createPgPool( .build() } -// TODO `createPgClient` - @Untested suspend fun createPgConnection( vertx: Vertx?,