From 4c38abd443accb0b32afeee2c591b997ac3991ae Mon Sep 17 00:00:00 2001 From: Oowazu Nonowazu Date: Sun, 13 Dec 2020 01:41:36 -0600 Subject: [PATCH] Fix typeo our glorious laeder ay pointd out to me --- src/Action.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Action.js b/src/Action.js index 4c8d000..c1384e9 100644 --- a/src/Action.js +++ b/src/Action.js @@ -67,7 +67,7 @@ export default function Action({ actionId, additionalClasses }) { let current = true void (async () => { - const data = await (await fetch(`https://xivapi.com/Action/${actionId}?colums=Icon,Name,ActionCategoryTargetID`, { + const data = await (await fetch(`https://xivapi.com/Action/${actionId}?columns=Icon,Name,ActionCategoryTargetID`, { mode: "cors" })).json() if (current) {