Method Expire() changed to Expiry().
This commit is contained in:
parent
f7d55b9c44
commit
bb4b3bd1ba
@ -86,6 +86,6 @@ func (c *DwellingCaptcha) IsSolved() bool {
|
|||||||
return c.Solved
|
return c.Solved
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *DwellingCaptcha) Expire() time.Time {
|
func (c *DwellingCaptcha) Expiry() time.Time {
|
||||||
return c.ExpireIn
|
return c.ExpireIn
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user