Add missing export command

This commit is contained in:
Arpit Jain
2025-05-10 05:28:44 +00:00
parent e79147dcfc
commit 82874c6584

View File

@@ -149,7 +149,7 @@ const breakToPlaceholder = (s: string): string => {
* @param useAbsolute - Whether to return the absolute URL or not
* @returns The current URL
*/
const getUrl = (useAbsolute: boolean): string => {
export const getUrl = (useAbsolute: boolean): string => {
let url = '';
if (useAbsolute) {
url =