Skip to content

Commit 3798782

Browse files
committed
This commit fixes the eslint warning for unused imports
1 parent cbb0a78 commit 3798782

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/models/profile.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
import { type PgTransaction } from 'drizzle-orm/pg-core'
88
import { type PostgresJsQueryResultHKT } from 'drizzle-orm/postgres-js'
99
import { drizzleClient } from '~/db.server'
10-
import { type User, type Profile, profile, sensor, measurement } from '~/schema'
10+
import { type User, type Profile, profile, measurement } from '~/schema'
1111
import type * as schema from '~/schema'
1212

1313
export async function getProfileByUserId(id: Profile['id']) {

0 commit comments

Comments
 (0)