Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
AV committed Jun 28, 2023
1 parent d13ada6 commit fd3c514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superscraper/scrapers/healthkit/healthkit-scraper.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ async function processMetrics(metrics) {
case 'HKCategoryTypeIdentifierSleepAnalysis':
metricData = [
{ name: "time", value: date, type: 'TIMESTAMP WITH TIME ZONE' },
{ name: "endDate", value: endDate, type: 'TIMESTAMP WITH TIME ZONE' },
{ name: "endDate", value: endDate, type: 'TIMESTAMP WITH TIME ZONE' },
{ name: "timezone", value: timezone, type: 'TEXT' },
{ name: "value", value: metric.value, type: 'DOUBLE PRECISION' },
{ name: "source", value: source, type: 'TEXT' }
Expand Down

0 comments on commit fd3c514

Please sign in to comment.