mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-01-26 19:03:33 +00:00
Fix tab error
This commit is contained in:
parent
6b3916e597
commit
d25a454f39
@ -2598,6 +2598,6 @@ func (s *SignalClient) RemoteDelete(number string, recipient string, timestamp i
|
||||
}
|
||||
|
||||
resp.Timestamp, err = strconv.ParseInt(strings.TrimSuffix(rawData, "\n"), 10, 64)
|
||||
return resp, err
|
||||
return resp, err
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user