Skip to content

Commit

Permalink
Prettify. (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus authored and ahrarmonsur committed Nov 17, 2022
1 parent f7f382e commit 56fa698
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions video-intelligence/analyze.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,9 @@ function analyzeSafeSearch(gcsUri) {
`.${(result.timeOffset.nanos / 1e6).toFixed(0)}s`
);
console.log(
`\t\tPornography liklihood: ${likelihoods[
result.pornographyLikelihood
]}`
`\t\tPornography liklihood: ${
likelihoods[result.pornographyLikelihood]
}`
);
});
})
Expand Down

0 comments on commit 56fa698

Please sign in to comment.