Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
helios2003 committed Jul 9, 2024
1 parent bb09beb commit f79eff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ pnpm run build

### List existing architecture decision records

See [docs/adr](docs/adr)
See [docs/adr](docs/adr)
1 change: 1 addition & 0 deletions apps/studio-next/src/helpers/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ export default async function parseURL(base64Document: string): Promise<Document
};
return response;
}

0 comments on commit f79eff8

Please sign in to comment.