We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d06d2f commit 6dc3c29Copy full SHA for 6dc3c29
lib/cosmos-db/cosmos-db.utils.ts
@@ -14,7 +14,7 @@ export async function getuserAgentSuffix(): Promise<string> {
14
}
15
throw new Error('Missing required package.json properties');
16
} catch {
17
- return `node.js/${process.version} (${process.platform}; ${process.arch})`;
+ return `node.js/${process.version} (${process.platform}; ${process.arch}) @nestjs/azure-database/0.0.0`;
18
19
20
0 commit comments