forked from trent_larson/crowd-funder-for-time-pwa
fix: linting
This commit is contained in:
@@ -371,11 +371,7 @@ import {
|
|||||||
import { Contact } from "../db/tables/contacts";
|
import { Contact } from "../db/tables/contacts";
|
||||||
import { BoundingBox } from "../db/tables/settings";
|
import { BoundingBox } from "../db/tables/settings";
|
||||||
import { PlanData } from "../interfaces";
|
import { PlanData } from "../interfaces";
|
||||||
import {
|
import { didInfo, errorStringForLog, getHeaders } from "../libs/endorserServer";
|
||||||
didInfo,
|
|
||||||
errorStringForLog,
|
|
||||||
getHeaders,
|
|
||||||
} from "../libs/endorserServer";
|
|
||||||
import { OnboardPage, retrieveAccountDids } from "../libs/util";
|
import { OnboardPage, retrieveAccountDids } from "../libs/util";
|
||||||
import { logger } from "../utils/logger";
|
import { logger } from "../utils/logger";
|
||||||
import { UserProfile } from "@/libs/partnerServer";
|
import { UserProfile } from "@/libs/partnerServer";
|
||||||
|
|||||||
@@ -536,8 +536,7 @@ export default class NewActivityView extends Vue {
|
|||||||
} else {
|
} else {
|
||||||
// it's the last entry (or not found), so just keep it the same
|
// it's the last entry (or not found), so just keep it the same
|
||||||
await this.$saveUserSettings(this.activeDid, {
|
await this.$saveUserSettings(this.activeDid, {
|
||||||
lastAckedStarredPlanChangesJwtId:
|
lastAckedStarredPlanChangesJwtId: this.lastAckedStarredPlanChangesJwtId,
|
||||||
this.lastAckedStarredPlanChangesJwtId,
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
this.notify.info(
|
this.notify.info(
|
||||||
|
|||||||
@@ -1544,9 +1544,7 @@ export default class ProjectViewView extends Vue {
|
|||||||
this.isStarred = false;
|
this.isStarred = false;
|
||||||
} else {
|
} else {
|
||||||
// eslint-disable-next-line no-console
|
// eslint-disable-next-line no-console
|
||||||
logger.error(
|
logger.error("Got a bad result from SQL update to unstar a project.");
|
||||||
"Got a bad result from SQL update to unstar a project.",
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user