Skip to content

Commit

Permalink
Remove today imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JHWelch committed Aug 12, 2023
1 parent f2b35bf commit 62afb66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion __tests__/data/notionAdapter.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { beforeAll, beforeEach, describe, expect, it, jest } from '@jest/globals'
import NotionAdapter from '../../src/data/notionAdapter'
import { NotionMock } from '../support/notionMock'
import { today } from '../../src/data/dateUtils'

let notionMock: NotionMock

Expand Down
1 change: 0 additions & 1 deletion src/data/notionAdapter.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Client, isFullPageOrDatabase } from '@notionhq/client'
import Movie from '../models/movie.js'
import Week from '../models/week.js'
import { today } from './dateUtils.js'
import {
PartialDatabaseObjectResponse,
type PageObjectResponse,
Expand Down

0 comments on commit 62afb66

Please sign in to comment.