Skip to content

Commit 385aa4b

Browse files
committed
fix(explicit): Add missing options to explicit api call
1 parent 4f459fb commit 385aa4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/utils.coffee

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -852,6 +852,9 @@ exports.build_explicit_api_params = (public_id, options = {})->
852852
tags: options.tags && utils.build_array(options.tags).join(",")
853853
timestamp: (options.timestamp || exports.timestamp())
854854
type: options.type
855+
phash: utils.as_safe_bool(options.phash)
856+
colors: utils.as_safe_bool(options.colors)
857+
image_metadata: utils.as_safe_bool(options.image_metadata)
855858
]
856859
opt
857860

0 commit comments

Comments
 (0)