Commit eb75fdf4 authored by Muhammadali's avatar Muhammadali

verison: 0.0.8

parent 3dc27a34
Pipeline #239 canceled with stages
{
"name": "boxdialer",
"version": "0.0.7",
"version": "0.0.8",
"description": "",
"main": "index.js",
"scripts": {
......
......@@ -105,7 +105,12 @@ export class BoxDialer {
}
onSoundType({ type, bool }) {
console.log(this.ringtone, 'sound');
console.log(
this.ringtone,
'sound',
{ type, bool },
`body clicked: ${this.played}`,
);
if (this.played) {
switch (type) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment