mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-07-07 14:10:59 +02:00
refactor(connector): fix typo in createProcedure where it was called createProject...
This commit is contained in:
parent
371ccf8511
commit
168c0ad18f
@ -19,7 +19,7 @@ class ProcedureTransaction (driverFactory: DriverFactory) {
|
||||
* @param type Procedure type (e.g. Normal, Emergency)
|
||||
* @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
|
||||
val projectId = 1
|
||||
val currentTime = Clock.System.now().toString()
|
||||
|
Loading…
x
Reference in New Issue
Block a user