Skip to content

Commit

Permalink
🐛 fix missing slack team name (#1739)
Browse files Browse the repository at this point in the history
local and ssh are also missing asset name --- i think it's because we
didn't port over all the id detection stuff we had in v8...looking into
it
  • Loading branch information
vjeffrey authored Sep 15, 2023
1 parent b1cc364 commit 60db875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/slack/connection/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ func NewSlackConnection(id uint32, asset *inventory.Asset, conf *inventory.Confi

sc.client = client
sc.teamInfo = teamInfo
sc.asset.Name = teamInfo.Name
return sc, nil
}

Expand Down

0 comments on commit 60db875

Please sign in to comment.