Fixed recursive caching bug

This commit is contained in:
Auxilor
2022-02-17 17:03:10 +00:00
parent 1513578266
commit c9b84889e7

View File

@@ -320,7 +320,7 @@ private class ImplementedMySQLHandler(
transaction {
table.insert { it[id] = uuid }
}
select(uuid)!!
select(uuid)
}
}
}