mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-12 10:12:17 +01:00
add format check, update prettier rules, apply rules consistently
This commit is contained in:
@@ -29,9 +29,7 @@ export const useInvitationsStore = defineStore('invitations', () => {
|
||||
}
|
||||
}
|
||||
|
||||
async function createInvitation(
|
||||
inviteBody: CreateInvitationBody
|
||||
): Promise<undefined> {
|
||||
async function createInvitation(inviteBody: CreateInvitationBody): Promise<undefined> {
|
||||
const organization = getCurrentOrganizationId();
|
||||
if (organization) {
|
||||
await handleApiRequestNotifications(
|
||||
|
||||
Reference in New Issue
Block a user