Skip to content

Instantly share code, notes, and snippets.

@johnlpage
Created March 4, 2022 13:12
Show Gist options
  • Save johnlpage/e66c1be70433029b340117809cef172c to your computer and use it in GitHub Desktop.
Save johnlpage/e66c1be70433029b340117809cef172c to your computer and use it in GitHub Desktop.
{
$concat: ["Until ", {
$cond: [{
$lt: ["$to", 1000]
}, "0", ""]
}, {
$toString: "$to"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment