Skip to content

Commit facf05d

Browse files
Update src/cookbook/gradual-compositionapi-migration.md
Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
1 parent 217a8ba commit facf05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cookbook/gradual-compositionapi-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ export default {
224224
`https://api.github.com/users/sdras/repos?page=1&per_page=100`,
225225
{}
226226
)
227-
apiCall()
227+
await apiCall()
228228
this.gitHubData = response
229229
this.errors = hasErrors
230230
this.loading = isLoading

0 commit comments

Comments
 (0)