IO-1145 Remove force refresh (and move from test branch to dev).

This commit is contained in:
Patrick Fic
2021-05-18 13:38:27 -07:00
parent 2751437534
commit b8fe2f29e5
8 changed files with 11 additions and 12 deletions

View File

@@ -44,7 +44,7 @@ export function PayableExportButton({
{ bills: [billId] },
{
headers: {
Authorization: `Bearer ${await auth.currentUser.getIdToken(true)}`,
Authorization: `Bearer ${await auth.currentUser.getIdToken()}`,
},
}
);