Skip to content

Commit 8befc84

Browse files
committed
PR feedback.
1 parent 20abded commit 8befc84

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/helpers.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ import * as bedrock from '@bedrock/core';
55
import forwarded from 'forwarded';
66
import ipaddr from 'ipaddr.js';
77

8-
const {config} = bedrock;
9-
108
export function getKeystoreId({localId, routes}) {
11-
const {baseUri} = config.server;
9+
const {baseUri} = bedrock.config.server;
1210
return `${baseUri}${routes.keystores}/${localId}`;
1311
}
1412

0 commit comments

Comments
 (0)