mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
PR review fix
This commit is contained in:
@@ -104,7 +104,7 @@ class Key
|
||||
public static function decode(
|
||||
Document $project,
|
||||
string $key
|
||||
): static {
|
||||
) {
|
||||
if (\str_contains($key, '_')) {
|
||||
[$type, $secret] = \explode('_', $key, 2);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user