Skip to content

Commit 733f21f

Browse files
committed
fix lint.
1 parent 2dd861b commit 733f21f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/invites/dtos.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export namespace Invite {
1111
* @enum {string}
1212
*/
1313
export enum ConflictResolutionStrategyEnum {
14-
/** (Default) Create a new access record which matches the statements in this invite. The record ID will be randomly generated and is unpredictable. */
14+
/** (Default) Create a new access record which matches the statements in this invite. The record ID will be randomly generated and is unpredictable. */
1515
GENERATE_NEW_RECORD = 'GENERATE_NEW_RECORD',
1616
/** Add the user and statements to the existing record. This will cause the user to gain all the permissions already defined in that record and will cause all the users currently in that record to gain all the additional permissions defined in the invite. */
1717
UNSAFE_FORCE_MERGE = 'UNSAFE_FORCE_MERGE',

0 commit comments

Comments
 (0)