Skip to content

Commit

Permalink
[#39] Call create SQLite dir before download
Browse files Browse the repository at this point in the history
  • Loading branch information
ifirmawan committed Jul 25, 2023
1 parent 55e0111 commit 60c3b35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/pages/AuthForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const AuthForm = ({ navigation }) => {
api.setToken(bearerToken);
await crudConfig.updateConfig({ authenticationCode: passcode });
}
await cascades.createSqliteDir();
// save forms
await data.formsUrl.forEach(async (form) => {
// Fetch form detail
Expand Down

0 comments on commit 60c3b35

Please sign in to comment.