Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 16b6137

Browse files
committed
Fix typo
1 parent 60b7d46 commit 16b6137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/orbitdb-api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class OrbitdbAPI extends Express {
144144

145145
this.get('/db/:dbname/:item', asyncMiddleware( async (req, res, next) => {
146146
let result, contents
147-
contents = await getraw(req.params.item)
147+
contents = await getraw(req,res, next)
148148
if (contents.map && contents.payload) {
149149
result = contents.map((e) => e.payload.value)
150150
} else {

0 commit comments

Comments
 (0)