Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Dec 14, 2024
1 parent 991b6e6 commit 9128d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async function executeQueryTable(query: string): Promise<string[]> {
});
chunks.push('\n');
} else {
chunks.push('No results found.\n');
chunks.push('Ok. No results returned.\n');
}
resolve(chunks);
}
Expand Down

0 comments on commit 9128d7d

Please sign in to comment.