Use Tombstone for Delete

This commit is contained in:
mei23
2018-09-02 02:57:34 +09:00
committed by syuilo
parent a4678e45de
commit 0177023ead
2 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
export default (id: string) => ({
id,
type: 'Tombstone'
});