fix little mistake exposed by tests (thanks tests)

This commit is contained in:
tobi 2024-03-13 12:45:00 +01:00
parent 5e66e7b5ef
commit a5173d7715

View file

@ -274,7 +274,7 @@ func (p *Processor) MoveSelf(
}
// Store the Move.
move := &gtsmodel.Move{
move = &gtsmodel.Move{
ID: moveID,
AttemptedAt: time.Now(),
OriginURI: originAcct.URI,