Skip to content

Commit

Permalink
💄
Browse files Browse the repository at this point in the history
Signed-off-by: ItalyPaleAle <[email protected]>
  • Loading branch information
ItalyPaleAle committed Oct 14, 2023
1 parent c0048b7 commit fe518fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nameresolution/sqlite/sqlite.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ func (s *resolver) doRenewRegistration(ctx context.Context, addr string) error {
fmt.Sprintf("UPDATE %s SET last_update = unixepoch(CURRENT_TIMESTAMP) WHERE registration_id = ? AND address = ?", s.metadata.TableName),
s.registrationID, addr,
)

if err != nil {
return fmt.Errorf("database error: %w", err)
}
Expand Down

0 comments on commit fe518fc

Please sign in to comment.