1
0
Fork 0
mirror of synced 2024-10-02 02:07:04 +13:00

feat: review comments

This commit is contained in:
Christy Jacob 2022-08-09 14:22:30 +05:30
parent f26f2d9e9b
commit 21a3037bdf

View file

@ -330,6 +330,9 @@ App::init()
if (!in_array($sdk, $sdks)) {
array_push($sdks, $sdk);
$key->setAttribute('sdks', $sdks);
/** Update access time as well */
$key->setAttribute('accessedAt', time());
$dbForConsole->updateDocument('keys', $key->getId(), $key);
$dbForConsole->deleteCachedDocument('projects', $project->getId());
}