test
parent
cf8d0417fb
commit
00045692ad
|
@ -5,3 +5,5 @@ read -p "Commit message: " commit_message
|
|||
git commit -m "$commit_message"
|
||||
|
||||
git push -u origin master
|
||||
|
||||
git push -u github master
|
|
@ -18,7 +18,7 @@ const events: ArrayLike<any> | null | undefined = [];
|
|||
for (let i = 1; i <= 100; i++) {
|
||||
const randomUrlIndex = Math.floor(Math.random() * baseUrls.length);
|
||||
|
||||
// test
|
||||
// hello world
|
||||
|
||||
events.push({
|
||||
id: i,
|
||||
|
|
Reference in New Issue