Skip to content

Commit 9ea3ac0

Browse files
Fix lint
1 parent 711beb8 commit 9ea3ac0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

providers/livestorm/write.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ func marshalUsersWriteBody(record map[string]any) ([]byte, error) {
176176
}
177177

178178
// marshalSessionPeopleBulkBody builds POST /sessions/{id}/people/bulk JSON:API body.
179-
// Pass session_id alongside attributes or a full document per https://developers.livestorm.co/reference/post_sessions-id-people-bulk
179+
// Pass session_id alongside attributes or a full document; see
180+
// https://developers.livestorm.co/reference/post_sessions-id-people-bulk
180181
func marshalSessionPeopleBulkBody(record map[string]any) ([]byte, error) {
181182
record = maps.Clone(record)
182183
delete(record, "session_id")

0 commit comments

Comments
 (0)