Skip to content

Commit

Permalink
docs(core): fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
raveclassic committed Apr 17, 2024
1 parent 7052560 commit b954c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const entryPoint = injectable(
authService,
movieService,
logger,
(authService, movieService): EntryPoint =>
(authService, movieService, logger): EntryPoint =>
async (login, password): Promise<void> => {
const token = await authService.authorize(login, password)
const movies = await movieService.fetchMovies(token)
Expand Down

0 comments on commit b954c6c

Please sign in to comment.