0
0
mirror of https://github.com/tursom/TursomServer.git synced 2025-04-26 13:01:22 +08:00

fix KtormTableName target bug

This commit is contained in:
tursom 2022-04-05 21:51:47 +08:00
parent 63c3cf531d
commit bf2b15aee8

View File

@ -15,7 +15,7 @@ interface Context {
}
operator fun <T> get(key: ContextKey<T>): T?
fun <T> set(key: ContextKey<T>, value: T): Context
operator fun <T> set(key: ContextKey<T>, value: T): Context
fun checkEnv(key: ContextKey<*>) {
if (envId != key.envId) {