Skip to content

Commit 3e74f58

Browse files
author
Matthieu Napoli
committed
Remove a unused variable
1 parent 0b77645 commit 3e74f58

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

App/Config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ import Config from 'App/Config'
2222
let uri = Config.API_URL
2323
...
2424
25-
```
25+
```

App/Config/index.dev.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
export const Config = {
22
API_URL: 'https://query.yahooapis.com/v1/public/',
3-
API_PREFIX: 'api',
43
}

App/Config/index.production.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
export const Config = {
22
API_URL: 'https://query.yahooapis.com/v1/public/',
3-
API_PREFIX: 'api',
43
}

App/Config/index.staging.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
export const Config = {
22
API_URL: 'https://query.yahooapis.com/v1/public/',
3-
API_PREFIX: 'api',
43
}

0 commit comments

Comments
 (0)