Skip to content

Commit

Permalink
oups
Browse files Browse the repository at this point in the history
  • Loading branch information
vrolland committed Apr 7, 2020
1 parent b8d1e74 commit ae1bbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/request-node/src/request/getStatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default async function getStatus(
const dataAccessStatus = await dataAccess._getStatus(clientRequest.query.detailed);

const status = {
dataAccessStatus: dataAccess,
dataAccess: dataAccessStatus,
version: process.env.npm_package_version,
};

Expand Down

0 comments on commit ae1bbc2

Please sign in to comment.