Skip to content

Commit

Permalink
Cleanup from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
JstnMcBrd committed Feb 7, 2024
1 parent 76c6b68 commit 640054a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/commands/read.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { SlashCommandBuilder } from 'discord.js';
import { PrismaClient } from '@prisma/client';

import { error, info } from '../logger';
import { error, info } from '../logger.js';

const prisma = new PrismaClient();

Expand Down
2 changes: 1 addition & 1 deletion src/commands/tag.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { SlashCommandBuilder } from 'discord.js';
import { PrismaClient } from '@prisma/client';

import { error, info } from '../logger';
import { error, info } from '../logger.js';

const prisma = new PrismaClient();

Expand Down

0 comments on commit 640054a

Please sign in to comment.