We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55fb75d + a7a7781 commit abb7cfeCopy full SHA for abb7cfe
1 file changed
apps/webhook_listeners/lib/Db/EphemeralTokenMapper.php
@@ -25,7 +25,7 @@
25
26
class EphemeralTokenMapper extends QBMapper {
27
public const TABLE_NAME = 'webhook_tokens';
28
- public const TOKEN_LIFETIME = 1 * 1 * 60; // one hour in seconds
+ public const TOKEN_LIFETIME = 1 * 60 * 60; // one hour in seconds
29
30
public function __construct(
31
IDBConnection $db,
0 commit comments