- Clean up some logging - Properly store likes in db
This commit is contained in:
parent
c7f875a9c5
commit
03ca524c99
12 changed files with 222 additions and 44 deletions
|
@ -10,7 +10,6 @@ import (
|
|||
"slices"
|
||||
"time"
|
||||
|
||||
"github.com/rs/zerolog/log"
|
||||
"github.com/yaronf/httpsign"
|
||||
|
||||
"git.mstar.dev/mstar/linstrom/config"
|
||||
|
@ -108,7 +107,6 @@ func RequestSignedCavage(
|
|||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
log.Debug().Bytes("body", body).Any("headers", req.Header).Msg("Sending signed request")
|
||||
return RequestClient.Do(req)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue