Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
fix small error
Browse files Browse the repository at this point in the history
  • Loading branch information
CelestialCrafter committed Dec 11, 2023
1 parent 5c543eb commit 89b63ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks.server.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { createClient } from 'redis';
import { DB_URI, REDIS_URI } from '$env/static/private';
import { evaluateModelsWhenConnectionReady } from '$lib/models.server';

import executeAlgorithmCheck from './trading/check';
import executeAlgorithmCheck from './blockchain/check';
import { log } from '$lib/logging.server';

mongoose.connect(DB_URI);
Expand Down

0 comments on commit 89b63ca

Please sign in to comment.