Remove useless TODO

This commit is contained in:
Eric NGUYEN 2022-09-30 11:52:30 +02:00
parent b463c3050c
commit 6436699ba6

View file

@ -8,5 +8,5 @@
export enum AddMethod {
Append,
Insert,
Replace // TODO: Implement this
Replace
}