mirror of
https://github.com/0xShay/ticketchain.git
synced 2026-01-11 21:23:24 +00:00
4 lines
80 B
TypeScript
4 lines
80 B
TypeScript
export const createEvent = async (event: Event) => {
|
|
console.log('HELLO');
|
|
};
|