Skip to content

Commit d88f7eb

Browse files
authored
minor copy change
1 parent e38d2d9 commit d88f7eb

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

sprints/sprint 12/footer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
----------
1+
## Footer Example
22

33
[<img title="Run in Codespace in one click" src="https://cdn.jsdelivr.net/gh/bookish-potato/codespaces-in-codespaces@f097ccddfc401ab6b09d233dc47c3efa3f9513f6/images/badge.svg">](https://github.com/features/codespaces)

src/utils/parseFileUrl.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,8 @@ export const parseFileUrl = (fileUrl: string): IParsedFileUrl => {
55
const { pathname } = uri;
66

77
const split = pathname.split('/');
8-
9-
console.log(split);
10-
118
const path = decodeURIComponent(split.slice(4).join('/'));
129

13-
console.log(path);
14-
1510
return {
1611
owner: split[1],
1712
repo: split[2],

0 commit comments

Comments
 (0)