Skip to content

Commit 201a903

Browse files
committed
Fix a function call.
1 parent 4da1393 commit 201a903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export default class IncludeFragmentElement extends HTMLElement {
182182
}
183183

184184
async #getStringData(): Promise<string> {
185-
return (await this.#getStringData()).toString()
185+
return (await this.#getData()).toString()
186186
}
187187

188188
// Functional stand in for the W3 spec "queue a task" paradigm

0 commit comments

Comments
 (0)