소스 검색

fix frontend format

Juanan Pereira 4 달 전
부모
커밋
f72490093a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/lib/utils/index.ts

+ 0 - 1
src/lib/utils/index.ts

@@ -74,7 +74,6 @@ export const processResponseContent = (content: string) => {
 	return content.trim();
 };
 
-
 export function unescapeHtml(html: string) {
 	const doc = new DOMParser().parseFromString(html, 'text/html');
 	return doc.documentElement.textContent;