Skip to content

Commit ddbcab6

Browse files
Merge pull request cerebral#245 from LoicVerrall/patch-1
Fix incorrect export name
2 parents d5c74ad + 219e3b4 commit ddbcab6

File tree

1 file changed

+1
-1
lines changed
  • packages/overmind-website/examples/guide/runningsideeffects

1 file changed

+1
-1
lines changed

packages/overmind-website/examples/guide/runningsideeffects/object.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const api = {
2323
code: `
2424
import axios from 'axios'
2525
26-
export const http = {
26+
export const api = {
2727
async getCurrentUser() {
2828
const response = await axios.get('/user')
2929

0 commit comments

Comments
 (0)