fix list of offers (and some other lists), and add tests for offers
This commit is contained in:
@@ -309,7 +309,7 @@ export default class NewEditProjectView extends Vue {
|
||||
return;
|
||||
}
|
||||
try {
|
||||
const headers = getHeaders(this.activeDid) as AxiosRequestHeaders;
|
||||
const headers = (await getHeaders(this.activeDid)) as AxiosRequestHeaders;
|
||||
const response = await this.axios.delete(
|
||||
DEFAULT_IMAGE_API_SERVER +
|
||||
"/image/" +
|
||||
|
||||
Reference in New Issue
Block a user