Skip to content

Commit e6f8ab6

Browse files
committed
fix: lint
1 parent 4af2f2b commit e6f8ab6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/integrations/cloudflare/src

packages/integrations/cloudflare/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ export default function createIntegration({
358358
if (Array.isArray(service.propertiesToHash)) {
359359
_transformAtBuildConfig.propertiesToHash = service.propertiesToHash;
360360
}
361-
} catch (e) {
361+
} catch (_e) {
362362
logger.warn(
363363
`Could not resolve propertiesToHash from custom image service "${_buildServiceEntrypoint}". ` +
364364
`Image cache hashes may not include custom properties.`,

0 commit comments

Comments
 (0)