diff --git a/packages/shopify-app-session-storage-redis/src/redis-connection.ts b/packages/shopify-app-session-storage-redis/src/redis-connection.ts index 7eb4f40f83..38459e63a8 100644 --- a/packages/shopify-app-session-storage-redis/src/redis-connection.ts +++ b/packages/shopify-app-session-storage-redis/src/redis-connection.ts @@ -17,7 +17,7 @@ export class RedisConnection implements DBConnection { } async connect(): Promise { - return this.client.connect(); + await this.client.connect(); } async disconnect(): Promise {