chore: understandable debugging

This commit is contained in:
2023-01-25 16:32:19 -07:00
parent 5638798ca8
commit 83a9dc332c

View File

@@ -193,7 +193,7 @@ export default class ProjectViewView extends Vue {
try {
const resp = await this.axios.get(url, { headers });
console.log(resp.status, resp.data);
console.log("resp.status, resp.data", resp.status, resp.data);
if (resp.status === 200) {
const startTime = resp.data.startTime;
if (startTime != null) {