Skip to content

Commit

Permalink
chore: fix wrong import path in microlearning service
Browse files Browse the repository at this point in the history
  • Loading branch information
sjschlapbach committed Oct 4, 2024
1 parent 01f12a0 commit a99c2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphql/src/services/microLearning.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ import {
} from '@klicker-uzh/util'
import dayjs from 'dayjs'
import { GraphQLError } from 'graphql'
import { sendTeamsNotifications } from 'src/lib/util.js'
import { StackInput } from 'src/types/app.js'
import { v4 as uuidv4 } from 'uuid'
import { Context, ContextWithUser } from '../lib/context.js'
import { sendTeamsNotifications } from '../lib/util.js'
import { computeStackEvaluation } from './practiceQuizzes.js'

interface GetMicroLearningArgs {
Expand Down

0 comments on commit a99c2be

Please sign in to comment.