fix ts lint warning: Strings must use singlequote
This commit is contained in:
@@ -34,7 +34,7 @@ interface Props {
|
||||
const props = defineProps<Props>();
|
||||
|
||||
async function shareApi(user: IUserDisplay, domain: IDomainOwnerDisplay) {
|
||||
return api.post(`api/managedomain`, {
|
||||
return api.post('api/managedomain', {
|
||||
userid: user.id,
|
||||
domainid: domain.id,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user