mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-07-07 14:41:00 +02:00
fix(connector): made getProjectById internal instead of private
This commit is contained in:
parent
8e4ae16d7a
commit
3894d6d8b0
@ -45,7 +45,7 @@ internal class ProjectDatabase (driverFactory: DriverFactory) {
|
||||
* @param id Project id
|
||||
* @return [Project]
|
||||
*/
|
||||
private fun getProjectById(id: Int): Project {
|
||||
internal fun getProjectById(id: Int): Project {
|
||||
return dbQuery.selectProjectById(id.toLong()).executeAsOne().toProject()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user