Update v1.1 api

pull/3667/head
Daniel Supernault 2022-09-25 08:16:01 -06:00
rodzic 6b2f6b3c22
commit 08ab19f0ea
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -388,7 +388,7 @@ class ApiV1Dot1Controller extends Controller
abort_if(!$user, 403);
abort_if($user->status != null, 403);
$res = $user->tokens->map(function($token, $key) {
$res = $user->tokens->sortByDesc('created_at')->take(10)->map(function($token, $key) {
return [
'id' => $key + 1,
'did' => encrypt($token->id),