Skip to content

Commit

Permalink
updated udf
Browse files Browse the repository at this point in the history
  • Loading branch information
adranwit committed Apr 8, 2024
1 parent 4be6554 commit 8b23316
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions service/testing/dsunit/udf.go
Expand Up @@ -16,9 +16,6 @@ func AsTableRecords(dataKey interface{}, state data.Map) (interface{}, error) {
outputPrefix = key[index+1:]
dataKey = key[:index]
}



var recordsKey = fmt.Sprintf("%v.tableRecord", dataKey)
var result = make(map[string][]map[string]interface{})
if state == nil {
Expand Down

0 comments on commit 8b23316

Please sign in to comment.