[PLUGIN][Pinboard] Implement tag handling
This commit is contained in:
@@ -95,7 +95,7 @@ class Token extends Entity
|
||||
options: ['limit' => 1],
|
||||
),
|
||||
);
|
||||
} elseif (!is_id($id) && !\is_null($token)) {
|
||||
} elseif (!\is_null($id) && !\is_null($token)) {
|
||||
return Cache::get(
|
||||
self::cacheKeys($id)['user-token'],
|
||||
fn () => DB::dql(
|
||||
|
Reference in New Issue
Block a user