chore: format
This commit is contained in:
parent
4cd5ee39e7
commit
b53d46fb0a
3 changed files with 4 additions and 4 deletions
|
|
@ -353,7 +353,7 @@ const useUserStore = defineStore('api-user', () => {
|
|||
refTransactionId: string;
|
||||
transactionId: string;
|
||||
}) {
|
||||
const res = await api.get(`/user/type-stats`, {
|
||||
const res = await api.get('/user/type-stats', {
|
||||
headers: {
|
||||
'X-Session-Id': flow?.sessionId,
|
||||
'X-Rtid': flow?.refTransactionId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue