Skip to content

Commit

Permalink
fix module error in existing email spec (mattermost#5312)
Browse files Browse the repository at this point in the history
  • Loading branch information
saturninoabril committed Apr 13, 2020
1 parent 034b1bd commit 2382776
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Stage: @prod
// Group: @onboarding

import {getRandomInt} from '../../../utils';
import {getRandomInt} from '../../utils';

const uniqueUserId = getRandomInt(99999);

Expand Down

0 comments on commit 2382776

Please sign in to comment.