mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-07 14:10:43 -03:00
faltaba tipo de dato
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
postAModificar = null;
|
||||
}
|
||||
|
||||
async function likeHandler(post) {
|
||||
async function likeHandler(post: Post) {
|
||||
//para que se vea el spinner
|
||||
let [{ message, ok }] = await Promise.all([
|
||||
likePost(post),
|
||||
|
||||
Reference in New Issue
Block a user