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