Skip to content

Commit

Permalink
delete unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
sho0126hiro committed Mar 17, 2023
1 parent 416501f commit 4784ab1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/internal/repository/slack.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ func (r *slackRepository) GetParentMessage(ctx context.Context, channelID, ts st
}
return &model.SlackMessage{
ChannelID: parentMessage.Channel,
Timestamp: parentMessage.Timestamp,
Reactions: reactions,
}, nil
}
Expand Down

0 comments on commit 4784ab1

Please sign in to comment.