Lint
This commit is contained in:
@@ -63,7 +63,6 @@ class Requester(
|
||||
|
||||
fun getQuery(path: String): Query = queries[path] ?: throw NoQueryDefined(path)
|
||||
|
||||
|
||||
fun <A> inTransaction(block: Requester.() -> A?): A? = connection.inTransaction {
|
||||
this@Requester.block()
|
||||
}
|
||||
|
||||
@@ -76,4 +76,3 @@ class Function(
|
||||
return other.script != this.script
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user