mirror of
https://github.com/pinry/pinry.git
synced 2026-05-07 02:26:36 +02:00
Tags sends [] instead of null
This commit is contained in:
@@ -20,7 +20,7 @@ function cleanTags(tags) {
|
||||
tags[i] = tags[i].trim();
|
||||
}
|
||||
} else {
|
||||
return null;
|
||||
return [];
|
||||
}
|
||||
return tags;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user