Skip to content

Commit

Permalink
quick fix for imports
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jun 17, 2024
1 parent 55981cf commit 9f71e62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/tell.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
'use strict';

const Archetype = require('archetype');
const Log = require('../../db/log');
const Player = require('../../db/player');
const assert = require('assert');
const connect = require('../db/connect');
const { inspect } = require('util');

const TellParams = new Archetype({
sessionId: {
Expand Down

0 comments on commit 9f71e62

Please sign in to comment.