mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: minor
This commit is contained in:
4
api/src/utils/test/fixtures/attachment.ts
vendored
4
api/src/utils/test/fixtures/attachment.ts
vendored
@@ -24,7 +24,7 @@ export const attachmentFixtures: AttachmentCreateDto[] = [
|
||||
},
|
||||
context: 'content_attachment',
|
||||
createdByRef: 'User',
|
||||
createdBy: null,
|
||||
createdBy: '9'.repeat(24),
|
||||
},
|
||||
{
|
||||
name: 'store2.jpg',
|
||||
@@ -38,7 +38,7 @@ export const attachmentFixtures: AttachmentCreateDto[] = [
|
||||
},
|
||||
context: 'content_attachment',
|
||||
createdByRef: 'User',
|
||||
createdBy: null,
|
||||
createdBy: '9'.repeat(24),
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user