From abfe47787bb2d317884a293963ad641bbda3a9f0 Mon Sep 17 00:00:00 2001 From: Matej Baco Date: Mon, 30 Aug 2021 17:16:42 +0200 Subject: [PATCH] Added TODO --- app/controllers/api/projects.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/controllers/api/projects.php b/app/controllers/api/projects.php index 15dee15f8..845dc69b0 100644 --- a/app/controllers/api/projects.php +++ b/app/controllers/api/projects.php @@ -23,6 +23,8 @@ use Utopia\Validator\WhiteList; use Utopia\Audit\Audit; use Utopia\Abuse\Adapters\TimeLimit; +// TODO: Meldiron is lazy person from JS who uses "" instead of ''. Yell at him if this comment is still here. We dont want "" in PHP + App::init(function ($project) { /** @var Utopia\Database\Document $project */