File size: 84 Bytes
fa3ed75
 
 
1
2
3
4
export async function run(message: string) {
  return "TIA received: " + message;
}