From 6d91efad72e35bc65860ffc2cf5300a1e4b09fdb Mon Sep 17 00:00:00 2001 From: mgfcf <m.giller@tu-braunschweig.de> Date: Thu, 23 Sep 2021 23:25:44 +0200 Subject: [PATCH] Removed unused file --- datasets/datasets.js | 1 + 1 file changed, 1 insertion(+) diff --git a/datasets/datasets.js b/datasets/datasets.js index 7efcab0..b2bbde0 100644 --- a/datasets/datasets.js +++ b/datasets/datasets.js @@ -17,6 +17,7 @@ export function loadGraphJson(spaceId) { /** * Takes the graph json object and stores it in the backend. * + * @param {String} spaceId Identification of graph to save. * @param {object} json Graph object */ export function saveGraphJson(spaceId, json) { -- GitLab