From 109b89022e18fc65d850930017bcd82a05800319 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Sun, 11 Apr 2021 13:09:16 +0200 Subject: [PATCH] removed id from comment --- app/imports/api/creature/v1Migration/migrateCharacter.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/imports/api/creature/v1Migration/migrateCharacter.js b/app/imports/api/creature/v1Migration/migrateCharacter.js index 6321c17f..f4246d19 100644 --- a/app/imports/api/creature/v1Migration/migrateCharacter.js +++ b/app/imports/api/creature/v1Migration/migrateCharacter.js @@ -1,8 +1,8 @@ import { fetch } from 'meteor/fetch' export default function importCharacter(url){ - // Using v1's JSON API to fetch the character data in a nice format - // url -> https://dicecloud.com/character/HxerC2ZYXKrNc8u2M/json?key= + // Using v1's JSON API to fetch the character data in a usable format + // url -> https://dicecloud.com/character//json?key= fetch(url) .then(response => response.json()) .then(data => {