Skip to content

Commit

Permalink
Remove spurious code (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosrealm authored Jul 24, 2024
1 parent ef67ce4 commit 6118072
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/document.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export class Document {
catalog: Catalog,
documentId: string,
): Promise<Document> {
encodeURIComponent;
const res = await apiClient.GET(
`/catalogs/${catalog.name}/documents/${encodeURIComponent(documentId)}`,
);
Expand Down

0 comments on commit 6118072

Please sign in to comment.