From 26eaddee8254f07db55b209c6a64b413d4dd926f Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Wed, 12 Apr 2023 02:59:45 +1200 Subject: [PATCH] Update comment --- app/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/init.php b/app/init.php index e5b6b9b4f4..aaa4229cb0 100644 --- a/app/init.php +++ b/app/init.php @@ -1168,7 +1168,7 @@ App::setResource('schema', function ($utopia, $dbForProject) { }, ['utopia', 'dbForProject']); App::setResource('requestTimestamp', function ($request) { - // Validate x-appwrite-timestamp header + //TODO: Move this to the Request class itself $timestampHeader = $request->getHeader('x-appwrite-timestamp'); $requestTimestamp = null; if (!empty($timestampHeader)) {