Skip to content
Snippets Groups Projects
Commit faa299f4 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Remove unused initAssetBaseURL

parent d54cfd8a
Branches
No related tags found
No related merge requests found
...@@ -196,10 +196,6 @@ export const dateToInputTimeString = (date) => { ...@@ -196,10 +196,6 @@ export const dateToInputTimeString = (date) => {
return `${pad10(date.getHours())}:${pad10(date.getMinutes())}`; return `${pad10(date.getHours())}:${pad10(date.getMinutes())}`;
}; };
export const initAssetBaseURL = (id) => {
// No longer needed, remove your call
};
/** /**
* Get an absolute path for assets given a relative path to the js bundle. * Get an absolute path for assets given a relative path to the js bundle.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment