Skip to content

Commit f0bf0d0

Browse files
add contact
1 parent cbe3fbe commit f0bf0d0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

definitions/output/reports/report_cwv_by_shopify_theme.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ const pastMonth = constants.fnPastMonth(constants.currentMonth)
33
publish('cwv_by_shopify_theme', {
44
schema: 'reports',
55
type: 'table',
6-
tags: ['crux_ready']
6+
tags: ['crux_ready'],
7+
description: `Contact: https://github.com/siakaramalegos
8+
Website: https://themevitals.com/themes/`
79
}).preOps(`
810
CREATE TEMP FUNCTION IS_GOOD(good FLOAT64, needs_improvement FLOAT64, poor FLOAT64) RETURNS BOOL AS (
911
good / (good + needs_improvement + poor) >= 0.75

0 commit comments

Comments
 (0)