Table name changed in code
This commit is contained in:
parent
e2d3cfb327
commit
3e40ca168a
|
|
@ -1,7 +1,7 @@
|
|||
const { Pool } = require('pg');
|
||||
const BaseStorage = require('@gofynd/fdk-extension-javascript/express/storage/base_storage');
|
||||
|
||||
const DEFAULT_TABLE_NAME = 'fdk session storage';
|
||||
const DEFAULT_TABLE_NAME = 'fdk session storage_SMS';
|
||||
|
||||
function normalizeText(value) {
|
||||
return typeof value === 'string' ? value.trim() : '';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user