Add revenue.
This commit is contained in:
@@ -29,6 +29,7 @@ export function TestConsole({ websiteId }: { websiteId: string }) {
|
||||
boolean: true,
|
||||
booleanError: 'true',
|
||||
time: new Date(),
|
||||
user: `user${Math.round(Math.random() * 10)}`,
|
||||
number: 1,
|
||||
number2: Math.random() * 100,
|
||||
time2: new Date().toISOString(),
|
||||
|
||||
Reference in New Issue
Block a user