This commit is contained in:
Alberto Miedes Garcés
2017-01-02 10:52:27 +01:00
parent 4783f14eb4
commit 8fe38f889b

View File

@@ -28,7 +28,7 @@ API_TYPE_DEFINITIONS = {
Proposal => {
id: :integer,
title: :string,
description: :sting,
description: :string,
external_url: :string,
cached_votes_up: :integer,
comments_count: :integer,