Vue Polling - Remove unnecessary code

This commit is contained in:
Dillon Ngo
2024-05-19 23:48:40 +08:00
parent b15866ea16
commit f1a35299e6
-1
View File
@@ -1,6 +1,5 @@
const state = {
pollingAttemptsCount: 0,
pollingJobResults: []
};