mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-29 15:46:15 -06:00
oopsie doopsie
This commit is contained in:
parent
a79217400c
commit
3880fc80b4
1 changed files with 0 additions and 3 deletions
|
|
@ -18,7 +18,6 @@
|
|||
package users
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"net/http"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
|
|
@ -34,8 +33,6 @@ import (
|
|||
func (m *Module) InboxPOSTHandler(c *gin.Context) {
|
||||
_, err := m.processor.Fedi().InboxPost(c.Request.Context(), c.Writer, c.Request)
|
||||
if err != nil {
|
||||
fmt.Printf("\n\n\n%+v\n\n\n", err)
|
||||
|
||||
errWithCode := errorsv2.AsV2[gtserror.WithCode](err)
|
||||
|
||||
if errWithCode == nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue