From de8f12d74faef5fa3f9e38d1340948cab2d06ea3 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Wed, 1 Jul 2020 13:33:31 +0200 Subject: Manually generate IDs --- frontend/src/api/routes/sections.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/src/api/routes/sections.js') diff --git a/frontend/src/api/routes/sections.js b/frontend/src/api/routes/sections.js index 5e1a077d..1ee8a22a 100644 --- a/frontend/src/api/routes/sections.js +++ b/frontend/src/api/routes/sections.js @@ -1,5 +1,5 @@ -import { getById } from "./util"; +import { getById } from './util' export function getSection(sectionId) { - return getById("/sections/{sectionId}", { sectionId }); + return getById('/sections/{sectionId}', { sectionId }) } -- cgit v1.2.3