Skip to content

Commit

Permalink
Fix ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
tifrel committed Jan 21, 2025
1 parent d1e3445 commit 6485111
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// src/index.ts
export function greet() {
export function greet(): void {
console.log('Hello from @bitte-ai/runtime-sdk!');
}

0 comments on commit 6485111

Please sign in to comment.