Skip to content

Commit 6dc3c29

Browse files
authored
Update lib/cosmos-db/cosmos-db.utils.ts
1 parent 0d06d2f commit 6dc3c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cosmos-db/cosmos-db.utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export async function getuserAgentSuffix(): Promise<string> {
1414
}
1515
throw new Error('Missing required package.json properties');
1616
} catch {
17-
return `node.js/${process.version} (${process.platform}; ${process.arch})`;
17+
return `node.js/${process.version} (${process.platform}; ${process.arch}) @nestjs/azure-database/0.0.0`;
1818
}
1919
}
2020

0 commit comments

Comments
 (0)