Rename urlReader to reader

Co-authored-by: Ben Lambert <ben@blam.sh>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2021-02-25 11:18:17 +01:00
parent b853e084dc
commit b335415fa4
5 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -58,6 +58,6 @@ export default async function createPlugin({
dockerClient,
database,
catalogClient,
urlReader: reader,
reader,
});
}