Skip to content

Commit

Permalink
fixing 'import' path
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousMagpie committed Mar 25, 2024
1 parent 8e6b3ee commit 76f38b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/users/pet_group_achievements.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable no-console */
import { model as User } from '../../../website/server/models/user';
import { model as User } from '../../website/server/models/user';

const MIGRATION_NAME = '202403_pet_group_achievements';

Expand Down

0 comments on commit 76f38b7

Please sign in to comment.