mirror of
https://github.com/tursom/TursomServer.git
synced 2025-03-13 11:20:10 +08:00
fix KtormTableName target bug
This commit is contained in:
parent
63c3cf531d
commit
bf2b15aee8
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user