We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce78e33 commit db8b6e3Copy full SHA for db8b6e3
lib/http.js
@@ -13,9 +13,6 @@ import {createValidateMiddleware} from '@bedrock/validation';
13
import intParser from 'express-query-int';
14
import {randomUUID} from 'node:crypto';
15
16
-// this may not go here? check veres platform?
17
-// import {getAppIdentity} from '@bedrock/app-identity';
18
-
19
const {config, util: {BedrockError}} = bedrock;
20
21
// load config defaults
0 commit comments