Skip to content

Commit

Permalink
style: prettified code
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Sep 19, 2021
1 parent 1490bfc commit 45630e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ updates:
directory: './'
schedule:
interval: 'daily'

- package-ecosystem: 'github-actions'
directory: '/'
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
uses: codecov/codecov-action@v2.1.0
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion docs/readme-example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ const cachedApi = createCache(api, {
});

// Make a simple request, with caching support, to the api
const { data } = await cachedApi.get('https://api.example.com/');
const { data } = await cachedApi.get('https://api.example.com/');

0 comments on commit 45630e3

Please sign in to comment.