mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
9ca81a72af
History migration: Update change list fixtures to ensure file diff request happens GitOrigin-RevId: 5ec7b4389bc4d7f1343f9e3d26c0bcb7e4585ab5
44 lines
1.1 KiB
TypeScript
44 lines
1.1 KiB
TypeScript
import { USER_ID } from '../../../helpers/editor-providers'
|
|
|
|
export const labels = [
|
|
{
|
|
id: '643561cdfa2b2beac88f0024',
|
|
comment: 'tag-1',
|
|
version: 4,
|
|
user_id: USER_ID,
|
|
created_at: '2023-04-11T13:34:05.856Z',
|
|
user_display_name: 'john.doe',
|
|
},
|
|
{
|
|
id: '643561d1fa2b2beac88f0025',
|
|
comment: 'tag-2',
|
|
version: 4,
|
|
user_id: USER_ID,
|
|
created_at: '2023-04-11T13:34:09.280Z',
|
|
user_display_name: 'john.doe',
|
|
},
|
|
{
|
|
id: '6436bcf630293cb49e7f13a4',
|
|
comment: 'tag-3',
|
|
version: 1,
|
|
user_id: '631710ab1094c5002647184e',
|
|
created_at: '2023-04-12T14:15:18.892Z',
|
|
user_display_name: 'bobby.lapointe',
|
|
},
|
|
{
|
|
id: '6436bcf830293cb49e7f13a5',
|
|
comment: 'tag-4',
|
|
version: 1,
|
|
user_id: '631710ab1094c5002647184e',
|
|
created_at: '2023-04-12T14:15:20.814Z',
|
|
user_display_name: 'bobby.lapointe',
|
|
},
|
|
{
|
|
id: '6436bcfb30293cb49e7f13a6',
|
|
comment: 'tag-5',
|
|
version: 1,
|
|
user_id: '631710ab1094c5002647184e',
|
|
created_at: '2023-04-12T14:15:23.481Z',
|
|
user_display_name: 'bobby.lapointe',
|
|
},
|
|
]
|