Skip to content

Commit c33eaa8

Browse files
AmanVarshney01sam-goodwin
authored andcommitted
chore(prisma-postgres): add User-Agent header to API requests (#1175)
1 parent 4f350a4 commit c33eaa8

File tree

1 file changed

+1
-0
lines changed
  • alchemy/src/prisma-postgres

1 file changed

+1
-0
lines changed

alchemy/src/prisma-postgres/api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export function createPrismaApi(
5656
throwOnError: true,
5757
headers: {
5858
Authorization: `Bearer ${serviceToken}`,
59+
"User-Agent": "alchemy/1.0",
5960
},
6061
}),
6162
);

0 commit comments

Comments
 (0)