mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
feat: add the access attribute
This commit is contained in:
2
api/src/utils/test/fixtures/attachment.ts
vendored
2
api/src/utils/test/fixtures/attachment.ts
vendored
@@ -23,6 +23,7 @@ export const attachmentFixtures: AttachmentCreateDto[] = [
|
||||
},
|
||||
},
|
||||
context: 'content_attachment',
|
||||
access: 'public',
|
||||
createdByRef: 'User',
|
||||
createdBy: '9'.repeat(24),
|
||||
},
|
||||
@@ -37,6 +38,7 @@ export const attachmentFixtures: AttachmentCreateDto[] = [
|
||||
},
|
||||
},
|
||||
context: 'content_attachment',
|
||||
access: 'public',
|
||||
createdByRef: 'User',
|
||||
createdBy: '9'.repeat(24),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user