"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = grabSQLUserNameForUser; function grabSQLUserNameForUser(userId) { return `dsql_user_${userId || 0}`; }