mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-29 15:46:15 -06:00
lint
This commit is contained in:
parent
56a7ce76ee
commit
65f6e88dc3
1 changed files with 1 additions and 1 deletions
|
|
@ -2181,7 +2181,7 @@ func (c *Converter) DomainPermSubToAPIDomainPermSub(
|
|||
FetchedAt: fetchedAt,
|
||||
SuccessfullyFetchedAt: successfullyFetchedAt,
|
||||
Error: d.Error,
|
||||
Count: uint64(count),
|
||||
Count: uint64(count), // #nosec G115 -- Don't care about overflow here.
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue