mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Chore: apply prettier update to backend change
This commit is contained in:
parent
09fb93fc9a
commit
ebebb56a36
@ -932,7 +932,7 @@ const languages = ['de', 'en', 'es', 'fr', 'it', 'pt', 'pl']
|
|||||||
[...Array(30).keys()].map(() => Factory.build('user')),
|
[...Array(30).keys()].map(() => Factory.build('user')),
|
||||||
)
|
)
|
||||||
await Promise.all(
|
await Promise.all(
|
||||||
additionalUsers.map(async user => {
|
additionalUsers.map(async (user) => {
|
||||||
await jennyRostock.relateTo(user, 'following')
|
await jennyRostock.relateTo(user, 'following')
|
||||||
await user.relateTo(jennyRostock, 'following')
|
await user.relateTo(jennyRostock, 'following')
|
||||||
}),
|
}),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user