1
0
Fork 0

fixes to report class

refactor/models
Matthew 2020-10-03 22:00:10 -04:00
parent 265ec3253e
commit fa4df85a67
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ export default class Report {
return {
status: 'SUCCESS',
pin: data.message.pin,
pin: data.pin,
};
} catch (err) {
const error = <AxiosError>err;