Method Expire() changed to Expiry().

This commit is contained in:
Alexander Andreev 2022-06-26 20:52:29 +04:00
parent f7d55b9c44
commit bb4b3bd1ba
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 1 additions and 1 deletions

View File

@ -86,6 +86,6 @@ func (c *DwellingCaptcha) IsSolved() bool {
return c.Solved
}
func (c *DwellingCaptcha) Expire() time.Time {
func (c *DwellingCaptcha) Expiry() time.Time {
return c.ExpireIn
}