mirror of
https://github.com/derfenix/webarchive.git
synced 2026-03-11 22:40:58 +03:00
Update deps, refactoring
This commit is contained in:
@@ -85,7 +85,7 @@ func (s *Service) AddPage(ctx context.Context, req openapi.OptAddPageReq, params
|
||||
return nil, fmt.Errorf("save page: %w", err)
|
||||
}
|
||||
|
||||
res := PageToRest(page)
|
||||
res := BasePageToRest(&page.PageBase)
|
||||
|
||||
s.ch <- page
|
||||
|
||||
|
||||
Reference in New Issue
Block a user