Skip to content

Commit

Permalink
fix: concurrent release
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebigard committed May 4, 2023
1 parent 81304c2 commit 8a25499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/modules/data/seed/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const seed = async () => {
etablissements: [
{
nom: "Dinum",
siret: "13002526500013", // Siret Dinum !
siret: "13002526500013", // Siret Dinum
is_hq: true,
is_close: false,
},
Expand Down

0 comments on commit 8a25499

Please sign in to comment.