1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 17:59:55 +02:00

Docker logs

This commit is contained in:
Daniel Neto 2023-03-01 13:14:37 -03:00
parent 8f40f6cff2
commit 4cd726f580
5 changed files with 23 additions and 27 deletions

View file

@ -3847,4 +3847,4 @@ function getUser() {
function getUniqueValuesFromArray(items) {
return [...new Set(items)];
}
}