mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 18:23:03 +00:00
added assignee simulation to demo data
This commit is contained in:
@@ -19,6 +19,7 @@ export const createDemoData = async () => {
|
||||
project.id,
|
||||
`Issue ${i} in ${name}`,
|
||||
`This is a description for issue ${i} in ${name}.`,
|
||||
i % 2 === 0 ? user.id : undefined,
|
||||
);
|
||||
}
|
||||
issuesToCreate++;
|
||||
|
||||
Reference in New Issue
Block a user