[fix] Dequeue messages when committing

This commit is contained in:
Guilherme Goncalves 2021-03-24 17:17:43 -03:00
parent b80f5bdae8
commit c8b0f8fed4
4 changed files with 358 additions and 37 deletions

View file

@ -20,6 +20,7 @@
<script src="helper.js"></script>
<script src="helper/methods.js"></script>
<script src="helper/ui.js"></script>
<script src="helper/multipleUsers.js"></script>
<script src="specs_list.js"></script>
<script src="runner.js"></script>