We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af2f2b commit e6f8ab6Copy full SHA for e6f8ab6
1 file changed
packages/integrations/cloudflare/src/index.ts
@@ -358,7 +358,7 @@ export default function createIntegration({
358
if (Array.isArray(service.propertiesToHash)) {
359
_transformAtBuildConfig.propertiesToHash = service.propertiesToHash;
360
}
361
- } catch (e) {
+ } catch (_e) {
362
logger.warn(
363
`Could not resolve propertiesToHash from custom image service "${_buildServiceEntrypoint}". ` +
364
`Image cache hashes may not include custom properties.`,
0 commit comments