From 0e93dbb832b5954c3320f36590b77d2cccf761fc Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Thu, 13 Aug 2015 15:43:49 -0400 Subject: [PATCH] Fix image API for V2 images --- endpoints/api/image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints/api/image.py b/endpoints/api/image.py index 0814e75e1..3f21a8018 100644 --- a/endpoints/api/image.py +++ b/endpoints/api/image.py @@ -12,7 +12,7 @@ from util.cache import cache_control_flask_restful def image_view(image, image_map, include_ancestors=True): - # TODO: Remove once we've migrated all storage data to the image records. + # TODO: Remove this once we've migrated all storage data to the image records. storage_props = image if image.storage and image.storage.id: storage_props = image.storage