sync highlight deletion from android

This commit is contained in:
Satindar Dhillon
2022-11-30 13:29:55 -08:00
parent ce56b06488
commit 46ba2f1710
7 changed files with 37 additions and 10 deletions

View File

@ -23,6 +23,7 @@ const mutation = async (name, input) => {
name,
JSON.stringify(input)
)
return true // TODO: see if we can get a result from Android instead
}
}