Fixed DummyResponse missing the status method

This commit is contained in:
2022-11-19 17:03:14 -06:00
parent 185dfb50eb
commit 19a15e937e

View File

@@ -22,6 +22,10 @@ class W3DHub
def success?
false
end
def status
-1
end
end
#! === W3D Hub API === !#