Skip to content

Commit

Permalink
Remove typo in new migration
Browse files Browse the repository at this point in the history
Co-authored-by: Marcos Spessatto Defendi <[email protected]>
  • Loading branch information
matheusbsilva137 and MarcosSpessatto authored Dec 28, 2023
1 parent cd08f46 commit 78ea90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/server/startup/migrations/v305.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { addMigration } from '../../lib/migrations';

addMigration({
version: 305,
name: 'Copy roles from add-team-channel permission to new create-team-channel and crteate-team-group permissions',
name: 'Copy roles from add-team-channel permission to new create-team-channel and create-team-group permissions',
async up() {
// Calling upsertPermissions on purpose so that the new permissions are added before the migration runs
await upsertPermissions();
Expand Down

0 comments on commit 78ea90a

Please sign in to comment.