Skip to content

Commit e857b32

Browse files
committed
Fix outstanding counter
1 parent 1cbd523 commit e857b32

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

api/pkg/requests/message_outstanding_request.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ func (input *MessageOutstanding) Sanitize() MessageOutstanding {
2626
input.Owner = "+37259139660"
2727
}
2828

29-
if input.Limit != "1" {
30-
input.Limit = "2"
31-
}
32-
3329
return *input
3430
}
3531

0 commit comments

Comments
 (0)