From 7bd25b926fd27cef80322dc9caa9dbe8d9c69fd1 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Tue, 15 Jun 2021 20:51:18 +0100 Subject: [PATCH] fix public api json --- currency/publicapi.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/currency/publicapi.json b/currency/publicapi.json index d40037a..686a5ef 100644 --- a/currency/publicapi.json +++ b/currency/publicapi.json @@ -3,7 +3,7 @@ "icon": "💱", "category": "money", "pricing": { - "Currency.Rates", 100, - "Currency.Convert", 100 + "Currency.Rates": 100, + "Currency.Convert": 100 } }