Skip to content

Commit 5db1da3

Browse files
committed
Revert "Update scripts/rules.go"
This reverts commit b5fb079.
1 parent b5fb079 commit 5db1da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rules.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ func publishInTransaction(m dsl.Matcher) {
143143

144144
// Match direct calls to the Publish method of a pubsub instance inside InTx
145145
m.Match(`
146-
$_.InTx(func($_) error {
146+
$x.InTx(func($y) error {
147147
$*_
148148
$_ = $ps.Publish($evt, $msg)
149149
$*_

0 commit comments

Comments
 (0)