mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-25 17:43:32 -06:00
fmt + lint
This commit is contained in:
parent
0fe853b1ee
commit
9ca354fe3c
6 changed files with 16 additions and 17 deletions
|
|
@ -128,16 +128,16 @@ func (m *Module) SearchGETHandler(c *gin.Context) {
|
|||
}
|
||||
|
||||
searchQuery := &model.SearchQuery{
|
||||
AccountID: accountID,
|
||||
MaxID: maxID,
|
||||
MinID: minID,
|
||||
Type: searchType,
|
||||
AccountID: accountID,
|
||||
MaxID: maxID,
|
||||
MinID: minID,
|
||||
Type: searchType,
|
||||
ExcludeUnreviewed: excludeUnreviewed,
|
||||
Query: query,
|
||||
Resolve: resolve,
|
||||
Limit: limit,
|
||||
Offset: offset,
|
||||
Following: following,
|
||||
Query: query,
|
||||
Resolve: resolve,
|
||||
Limit: limit,
|
||||
Offset: offset,
|
||||
Following: following,
|
||||
}
|
||||
|
||||
results, errWithCode := m.processor.SearchGet(authed, searchQuery)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue