bump to new drift common

This commit is contained in:
Nour Alharithi
2024-10-24 13:43:11 -07:00
parent e167257059
commit 2aaa6a50c6
6 changed files with 9 additions and 21 deletions

View File

@@ -13,7 +13,7 @@ import {
decodeUser,
isVariant,
} from '@drift-labs/sdk';
import { RedisClient } from '@drift/common';
import { RedisClient } from '@drift/common/clients';
import { logger } from './logger';
import { NextFunction, Request, Response } from 'express';