Skip to content

Commit

Permalink
update map storage for paths gnolang#2
Browse files Browse the repository at this point in the history
Co-authored-by: Antonio Navarro Perez <antnavper@gmail.com>
  • Loading branch information
leohhhn and ajnavarro authored Dec 21, 2023
1 parent afc7487 commit 3a86407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extractor/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ func extractAddMessages(filePath string) ([]vm.MsgAddPackage, error) {
continue
}

touchMap[path] = msgAddPkg
touchMap[path] = true
msgArr = append(msgArr, msgAddPkg)
}
}
Expand Down

0 comments on commit 3a86407

Please sign in to comment.