Skip to content

Commit

Permalink
no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexErrant committed Aug 29, 2023
1 parent 7a3f04c commit 192b982
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/src/sqlite/wholeDbRtc.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/prefer-optional-chain */
/* eslint-disable @typescript-eslint/naming-convention */
import WDB, {
type Changeset,
Expand Down
1 change: 0 additions & 1 deletion hub-ugc/src/setBody.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ function relativeImgSrcQueriesCWA(body: string) {
const doc = new DOMParser().parseFromString(body, 'text/html')
for (const i of doc.images) {
const src = i.getAttribute('src')
// eslint-disable-next-line @typescript-eslint/prefer-optional-chain
if (src != null && src.startsWith(relativeChar)) {
i.setAttribute('src', import.meta.env.VITE_AUGC_URL + 'i' + src)
}
Expand Down

0 comments on commit 192b982

Please sign in to comment.