1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-22 15:18:02 +00:00

Renamed one more method

This commit is contained in:
2023-01-17 09:50:15 +01:00
parent 3c4437cbbb
commit 68017e19b1
4 changed files with 9 additions and 9 deletions

View File

@ -8,7 +8,7 @@ import (
"github.com/wailsapp/wails/v2/pkg/runtime"
)
func (a *App) PerformInsert(hostKey, dbKey, collKey, jsonData string) interface{} {
func (a *App) InsertItems(hostKey, dbKey, collKey, jsonData string) interface{} {
var data []interface{}
jsonData = strings.TrimSpace(jsonData)