Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsTheGlidingSquirrel committed Feb 7, 2025
1 parent 728318e commit cf36da2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/backend/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,15 @@ import './util/sentry.js'
import { Provider as ltijs } from 'ltijs'
import path from 'path'

import * as t from 'io-ts'
import * as Sentry from '@sentry/node'
import { NextFunction, Request, Response } from 'express'
import { createAccessToken } from './util/create-acccess-token'
import { registerLtiPlatforms } from './util/register-lti-platforms'
import config from '../utils/config'
import * as edusharing from './edusharing'
import * as editor from './editor-route-handlers'
import * as ai from './ai-route-handlers'
import { getMariaDB } from './mariadb'
import * as media from './media-route-handlers'
import { logger } from '../utils/logger'
import { IdToken } from './types/idtoken'
import { errorMessageToUser } from './error-message-to-user'

const ltijsKey = config.LTIJS_KEY

Expand Down

0 comments on commit cf36da2

Please sign in to comment.