fixes to report class

merge-requests/4/head
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 { return {
status: 'SUCCESS', status: 'SUCCESS',
pin: data.message.pin, pin: data.pin,
}; };
} catch (err) { } catch (err) {
const error = <AxiosError>err; const error = <AxiosError>err;