master
Netcup Gituser 2023-12-16 10:18:28 +01:00
parent 486ef51863
commit cf8d0417fb
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ const events: ArrayLike<any> | null | undefined = [];
for (let i = 1; i <= 100; i++) {
const randomUrlIndex = Math.floor(Math.random() * baseUrls.length);
// test
events.push({
id: i,
url: baseUrls[randomUrlIndex],