Skip to content

Commit 7a165dd

Browse files
committed
fixup! PR comments
1 parent 08b6780 commit 7a165dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/agentapi/metadata_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type fakePublisher struct {
3030

3131
var _ pubsub.Pubsub = &fakePublisher{}
3232

33-
func (f *fakePublisher) Publish(channel string, message []byte) error {
33+
func (f *fakePublisher) Publish(_ string, message []byte) error {
3434
f.publishes = append(f.publishes, message)
3535
return nil
3636
}

0 commit comments

Comments
 (0)