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

Remove unused initAssetBaseURL

parent d54cfd8a
No related branches found
No related tags found
No related merge requests found
......@@ -196,10 +196,6 @@ export const dateToInputTimeString = (date) => {
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.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment