Test fixes
Some checks failed
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2024-05-16 02:14:55 +00:00
parent a76a318d80
commit d816af9f5c
3 changed files with 4 additions and 4 deletions

View File

@ -109,7 +109,7 @@ final class ApiController extends Controller
if ($files !== false) { if ($files !== false) {
foreach ($files as $file) { foreach ($files as $file) {
if ($file === '.' || $files === '..') { if ($file === '.' || $file === '..') {
continue; continue;
} }

View File

@ -12,7 +12,7 @@
}, },
"creator": { "creator": {
"name": "Jingga", "name": "Jingga",
"website": "jingga.app" "website": "https://jingga.app"
}, },
"description": "OnlineResourceWatcher module.", "description": "OnlineResourceWatcher module.",
"directory": "OnlineResourceWatcher", "directory": "OnlineResourceWatcher",