mattpocock / ts-error-translator

VSCode extension to turn TypeScript errors into plain English
https://ts-error-translator.vercel.app
2.35k stars 90 forks source link

Translation request for 1005 #300

Open Softlogyco100 opened 2 months ago

Softlogyco100 commented 2 months ago

Error Text

',' expected.

Supporting Information

Please provide other information which led to this error, and any specific questions you have about it:

Softlogyco100 commented 2 months ago

export const tipoServicioUpdate=functions.firestore.document("tipoServicio/comer").onUpdate(change=>{ const after=change.after.data(); const payload={ data:{ nombre:String(after.nombre)

}

}; admin.messaging().sendToTopic("tipoServicio_comer",payload); })I get this error on the line }