Statistics TS API
This commit is contained in:
parent
a3f16e713a
commit
d46c5fc05f
1 changed files with 1 additions and 1 deletions
|
@ -982,7 +982,7 @@ export const api: API = {
|
|||
): Promise<APIResponse<Statistics>> {
|
||||
try {
|
||||
const response = await fetch(
|
||||
`/api/getStatistics/?projectName=${projectName}?userName=${userName ?? ""}`,
|
||||
`/api/getStatistics/?projectName=${projectName}&userName=${userName ?? ""}`,
|
||||
{
|
||||
method: "GET",
|
||||
headers: {
|
||||
|
|
Loading…
Reference in a new issue