6de2455917
- Added GLOBAL_MARKETS_TITLE to all translation files - Updated footer with 12 markets (4 active + 8 upcoming) - Translated market section to: zh-cn, zh-tw, ja, ko, th, vi, id, ms, hi - Built and deployed to production - CloudFront invalidation: I3RTMXVFDJXWLG3SYX208OP1CC
16 lines
472 B
JavaScript
16 lines
472 B
JavaScript
"use strict";
|
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
};
|
|
const SyncBase_1 = __importDefault(require("./SyncBase"));
|
|
class Sync extends SyncBase_1.default {
|
|
/**
|
|
* @deprecated - Use v1.services instead
|
|
*/
|
|
get services() {
|
|
console.warn("services is deprecated. Use v1.services instead.");
|
|
return this.v1.services;
|
|
}
|
|
}
|
|
module.exports = Sync;
|