mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-08 15:41:18 +02:00
removed unnecessary concat
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
newCollections = [];
|
||||
|
||||
try {
|
||||
newCollections = newCollections.concat(JSON.parse(schemas));
|
||||
newCollections = JSON.parse(schemas);
|
||||
} catch (_) {}
|
||||
|
||||
if (!Array.isArray(newCollections)) {
|
||||
|
||||
Reference in New Issue
Block a user