@ -104,7 +104,7 @@ export const timeSince = (date: string) => {
|
||||
return Math.floor(seconds) + 's'
|
||||
}
|
||||
|
||||
export const isCloudProdInstance = () =>
|
||||
export const isCloudProdInstance =
|
||||
typeof window !== 'undefined' && window.location.hostname === 'app.typebot.io'
|
||||
|
||||
export const numberWithCommas = (x: number) =>
|
||||
|
Reference in New Issue
Block a user