mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2026-01-01 17:28:47 +01:00
refactor(connector): fix typo in createProcedure where it was called createProject...
This commit is contained in:
@@ -19,7 +19,7 @@ class ProcedureTransaction (driverFactory: DriverFactory) {
|
|||||||
* @param type Procedure type (e.g. Normal, Emergency)
|
* @param type Procedure type (e.g. Normal, Emergency)
|
||||||
* @param description Description of what the procedure will do
|
* @param description Description of what the procedure will do
|
||||||
*/
|
*/
|
||||||
fun createProject(name: String, type: String, description: String) {
|
fun createProcedure(name: String, type: String, description: String) {
|
||||||
// TODO add dynamic procedureId insertion
|
// TODO add dynamic procedureId insertion
|
||||||
val projectId = 1
|
val projectId = 1
|
||||||
val currentTime = Clock.System.now().toString()
|
val currentTime = Clock.System.now().toString()
|
||||||
|
|||||||
Reference in New Issue
Block a user