resetLastCleanupAtForTests
Function: __resetLastCleanupAtForTests()
__resetLastCleanupAtForTests(
value):void
Defined in: src/utilities/passwordResetRateLimit.ts:93
Internal
Resets the last cleanup timestamp (useful for testing).
Parameters
value
number = 0
The value to set lastCleanupAt to (default 0) This function is for testing purposes only.
Returns
void