taravancil/paste-dat

Remove archive.commit() depreciated method?

Opened this issue · 1 comments

halas commented

There is a console warning:
The DatArchive commit() API has been deprecated. as indeed it is listed as depreciated method here dat://beakerbrowser.com/docs/apis/dat#commit
Although it is not clear to me what this method did. When I removed this line:

await archive.commit()

All seemed to work fine.

halas commented

On irc @pfrazeee clarified this can be probably safely removed.
I made a PR: #21