From f828139343bd96c157caf0b4ca63854436dbc688 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sat, 6 Apr 2019 16:53:17 -0400 Subject: [PATCH] always show returns in API --- app/views/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/api.js b/app/views/api.js index 741af01..d2e13fb 100644 --- a/app/views/api.js +++ b/app/views/api.js @@ -120,7 +120,7 @@ function createApiContent(apiDetails) { ${apiDetail.arguments.length ? `

Arguments

` : ""} - ${!apiDetail.examples || !apiDetail.examples.length ? (`

Returns

${dedent(apiDetailsReturns)}
`) : ""} +

Returns

${dedent(apiDetailsReturns)}