Skip to content

Commit 97b1535

Browse files
Simplify example
1 parent f69d296 commit 97b1535

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nodejs/examples/basic-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ const client = new CopilotClient({
2727
logLevel: "info",
2828
acquisition: {
2929
downloadDir: join(homedir(), ".copilot-sdk-example", "cli"),
30-
minVersion: "0.0.400",
3130
onProgress: ({ bytesDownloaded, totalBytes }) => {
3231
if (totalBytes > 0) {
3332
const pct = Math.round((bytesDownloaded / totalBytes) * 100);

0 commit comments

Comments
 (0)