Skip to content

Commit 2e98d4f

Browse files
committed
Fix page iri resolver
1 parent b6c0ec7 commit 2e98d4f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/runtime/resources/resources.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,6 @@ export class Resources {
203203
return
204204
}
205205

206-
if (type === CwaResourceTypes.PAGE) {
207-
return fetchStatus.path
208-
}
209-
210206
const successResource = this.getResource(fetchStatus.path).value
211207
if (!successResource) {
212208
if (type === CwaResourceTypes.PAGE) {

0 commit comments

Comments
 (0)