mirror of
https://github.com/stashapp/stash.git
synced 2026-02-09 08:55:19 +01:00
fix: return newly created filter (#3836)
This commit is contained in:
parent
0087bc941c
commit
bcf9019ca3
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ func (r *mutationResolver) SaveFilter(ctx context.Context, input SaveFilterInput
|
|||
}); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
ret = &newFilter
|
||||
return ret, err
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue