forked from engineering/cloudservices
fixes to report class
parent
265ec3253e
commit
fa4df85a67
|
@ -27,7 +27,7 @@ export default class Report {
|
|||
|
||||
return {
|
||||
status: 'SUCCESS',
|
||||
pin: data.message.pin,
|
||||
pin: data.pin,
|
||||
};
|
||||
} catch (err) {
|
||||
const error = <AxiosError>err;
|
||||
|
|
Loading…
Reference in New Issue