1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-21 14:09:25 -05:00

Resolve conflict

This commit is contained in:
syuilo 2018-04-01 18:17:04 +09:00
parent 5323ab8e8e
commit fea2e549ba

View file

@ -48,7 +48,6 @@ export type IPost = {
heading: number;
speed: number;
};
tags: string[];
};
/**