forked from jsnbuchanan/crowd-funder-for-time-pwa
chore: understandable debugging
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user