Skip to content

Commit

Permalink
Merge pull request #675 from DevelopingSpace/main
Browse files Browse the repository at this point in the history
Dependency updates + notification fixes for prod
  • Loading branch information
humphd authored Apr 27, 2023
2 parents 3d5da70 + f0855ff commit bea4cb2
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 203 deletions.
2 changes: 2 additions & 0 deletions app/models/dns-record.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ export function renewDnsRecordById(id: DnsRecord['id']) {
data: {
// Set expiration date 6 months from now
expiresAt: dayjs().add(6, 'month').toDate(),
// Set lastNotified to null to notify regarding expiration
lastNotified: null,
},
});
}
Expand Down
Loading

0 comments on commit bea4cb2

Please sign in to comment.