This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export default { | |
allCategoriesLabel: 'All Categories', | |
copyrightLabel: '漏 2024 Company name', | |
categoriesLabel: 'Categories', | |
homeTitle: 'Home', | |
homeHeroTitle: 'Therapy is right when the therapist is right', | |
homeHeroDescription: 'Find the perfect therapy partner for you, from our carefully curated group of therapists.', | |
homeHeroAction: 'Find your match', | |
homeQuestionTitle: 'Is your therapy showing?', | |
homeQuestionDescription: 'Discover the signs of progress and growth on your journey toward healing. Whether it\'s newfound confidence, improved relationships, or a sense of inner peace, we\'ll help you recognize and celebrate the changes that matter most.', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ticket": { | |
"bets": [ | |
{ | |
"payIn": { | |
"real": 100, | |
"bonuses": [] | |
}, | |
"selections": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id": "5295dfd9-8b4d-4b29-b3e7-c319f30c540a", | |
"tenantId": "04eadaae-6c0a-4209-ab5a-a0578abd843e", | |
"gameId": "3e28cd8d-7802-47dd-b343-c3d3768c6215", | |
"active": true, | |
"visible": false, | |
"settings": { | |
"minBetAmount": 0.05, | |
"maxBetAmount": 2.5, | |
"minGambleBetAmount": 0.05, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "seven-e1372dd1-9c5f-4f5b-a797-51621a1fa348-00X11110A", | |
"version": 1, | |
"productName": "Roulette", | |
"productInstanceId": "e1372dd1-9c5f-4f5b-a797-51621a1fa348", | |
"tenantId": "e1372dd1-9c5f-4f5b-a797-51621a1fa348", | |
"status": "Lost", | |
"createdAt": "2020-10-29T15:30:43.770Z", | |
"updatedAt": "2020-10-29T15:30:43.770Z", | |
"expiresAt": "2020-11-29T15:30:43.770Z", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"betAmount": 1, | |
"bonusPrizeCount": 4, | |
"bonusSymbols": 1, | |
"bonusType": "PickPrize", | |
"isBonusWon": false, | |
"reelNumbers": [ | |
6, | |
31, | |
18, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import db from './utility/db'; | |
import response from './utility/response'; | |
const getIdFromEvent = (event) => { | |
const query = event.queryStringParameters; | |
const queryId = query.id || query._id || data.id || data._id; | |
return queryId ? db.getIdBinary(queryId) : null; | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import db from './utility/db'; | |
import response from './utility/response'; | |
const getIdFromEvent = (event) => { | |
const query = event.queryStringParameters; | |
const queryId = query.id || query._id || data.id || data._id; | |
return queryId ? db.getIdBinary(queryId) : null; | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import db from './utility/db'; | |
import response from './utility/response'; | |
const getIdFromEvent = (event) => { | |
const query = event.queryStringParameters; | |
const queryId = query.id || query._id || data.id || data._id; | |
return queryId ? db.getIdBinary(queryId) : null; | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import db from './utility/db'; | |
export async function handler(event, context) { | |
context.callbackWaitsForEmptyEventLoop = false; | |
const query = event.queryStringParameters; | |
const queryId = query.id || query._id; | |
const dbConnection = await db.connect(); | |
const dbBoardCollection = dbConnection.collection('board'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": [ | |
{ | |
"_id": "5e0b43311c9d44000063556e", | |
"name": "Netlify Dev Release" | |
}, | |
{ | |
"_id": "5e149bf01c9d4400009c340a", | |
"name": "Netlify Staging Release" | |
}, |
NewerOlder