Made changes requested in the pull request

Signed-off-by: Alisson Fabiano <afabiano@eshopworld.com>
This commit is contained in:
Alisson Fabiano
2022-08-19 10:50:59 +01:00
parent 0cec11b6e8
commit 889aed210f
14 changed files with 213 additions and 172 deletions
@@ -24,5 +24,6 @@ export default async function createPlugin(
return createRouter({
logger: env.logger,
config: env.config,
reader: env.reader,
});
}