add missing ;
This commit is contained in:
parent
af7ec3169b
commit
c478a792fb
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
}
|
||||
);
|
||||
} catch(e) {
|
||||
console.error(e, 'data:', data)
|
||||
console.error(e, 'data:', data);
|
||||
}
|
||||
},
|
||||
options: {
|
||||
|
|
Loading…
Reference in a new issue