Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex authored May 10, 2024
1 parent 4cd5efc commit 6a0c431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/pua/peerdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ func LuaRowNewIndex(ls *lua.LState) int {
row.AddColumn(key, qvalue.QValueNull(kind))
}
var newqv qvalue.QValue
switch qv.Kind() {
switch kind {
case qvalue.QValueKindInvalid:
newqv = qvalue.QValueInvalid{Val: lua.LVAsString(val)}
case qvalue.QValueKindFloat32:
Expand Down

0 comments on commit 6a0c431

Please sign in to comment.