Revert "2 spaces tab, prettier command"
This reverts commit bd4ea5c94440304768883cae8169315ea15774f8.
This commit is contained in:
		
							parent
							
								
									41e7ef2ea5
								
							
						
					
					
						commit
						96f945267a
					
				@ -1,5 +1,5 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "tabWidth": 2,
 | 
					    "tabWidth": 4,
 | 
				
			||||||
    "useTabs": false,
 | 
					    "useTabs": false,
 | 
				
			||||||
    "endOfLine": "auto",
 | 
					    "endOfLine": "auto",
 | 
				
			||||||
    "trailingComma": "none",
 | 
					    "trailingComma": "none",
 | 
				
			||||||
 | 
				
			|||||||
@ -7,8 +7,7 @@
 | 
				
			|||||||
        "start": "node build/index.js",
 | 
					        "start": "node build/index.js",
 | 
				
			||||||
        "dev": "ts-node-dev --openssl-legacy-provider -r tsconfig-paths/register src/index.ts",
 | 
					        "dev": "ts-node-dev --openssl-legacy-provider -r tsconfig-paths/register src/index.ts",
 | 
				
			||||||
        "build": "tsc",
 | 
					        "build": "tsc",
 | 
				
			||||||
    "lint": "eslint --ext .ts .",
 | 
					        "lint": "eslint --ext .ts ."
 | 
				
			||||||
    "pretty": "prettier --write \"./**/*.{js,jsx,ts,tsx,json}\""
 | 
					 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "license": "GNU",
 | 
					    "license": "GNU",
 | 
				
			||||||
    "dependencies": {
 | 
					    "dependencies": {
 | 
				
			||||||
 | 
				
			|||||||
@ -2,9 +2,9 @@ import { RequestHandler } from "express";
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
const checkDailyMissionBonusController: RequestHandler = (_req, res) => {
 | 
					const checkDailyMissionBonusController: RequestHandler = (_req, res) => {
 | 
				
			||||||
    const data = Buffer.from([
 | 
					    const data = Buffer.from([
 | 
				
			||||||
    0x44, 0x61, 0x69, 0x6c, 0x79, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x6f, 0x6e, 0x75, 0x73, 0x3a, 0x31,
 | 
					        0x44, 0x61, 0x69, 0x6c, 0x79, 0x4d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x6f, 0x6e, 0x75, 0x73, 0x3a,
 | 
				
			||||||
    0x2d, 0x44, 0x61, 0x69, 0x6c, 0x79, 0x50, 0x56, 0x50, 0x57, 0x69, 0x6e, 0x42, 0x6f, 0x6e, 0x75, 0x73, 0x3a, 0x31,
 | 
					        0x31, 0x2d, 0x44, 0x61, 0x69, 0x6c, 0x79, 0x50, 0x56, 0x50, 0x57, 0x69, 0x6e, 0x42, 0x6f, 0x6e, 0x75, 0x73,
 | 
				
			||||||
    0x0a
 | 
					        0x3a, 0x31, 0x0a
 | 
				
			||||||
    ]);
 | 
					    ]);
 | 
				
			||||||
    res.writeHead(200, {
 | 
					    res.writeHead(200, {
 | 
				
			||||||
        "Content-Type": "text/html",
 | 
					        "Content-Type": "text/html",
 | 
				
			||||||
 | 
				
			|||||||
@ -2,8 +2,8 @@ import { RequestHandler } from "express";
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
const findSessionsController: RequestHandler = (_req, res) => {
 | 
					const findSessionsController: RequestHandler = (_req, res) => {
 | 
				
			||||||
    const data = Buffer.from([
 | 
					    const data = Buffer.from([
 | 
				
			||||||
    0x7b, 0x22, 0x71, 0x75, 0x65, 0x72, 0x79, 0x49, 0x64, 0x22, 0x3a, 0x31, 0x2c, 0x22, 0x53, 0x65, 0x73, 0x73, 0x69,
 | 
					        0x7b, 0x22, 0x71, 0x75, 0x65, 0x72, 0x79, 0x49, 0x64, 0x22, 0x3a, 0x31, 0x2c, 0x22, 0x53, 0x65, 0x73, 0x73,
 | 
				
			||||||
    0x6f, 0x6e, 0x73, 0x22, 0x3a, 0x5b, 0x5d, 0x7d
 | 
					        0x69, 0x6f, 0x6e, 0x73, 0x22, 0x3a, 0x5b, 0x5d, 0x7d
 | 
				
			||||||
    ]);
 | 
					    ]);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    res.writeHead(200, {
 | 
					    res.writeHead(200, {
 | 
				
			||||||
 | 
				
			|||||||
@ -7,8 +7,8 @@ const getIgnoredUsersController: RequestHandler = (_req, res) => {
 | 
				
			|||||||
    });
 | 
					    });
 | 
				
			||||||
    res.end(
 | 
					    res.end(
 | 
				
			||||||
        Buffer.from([
 | 
					        Buffer.from([
 | 
				
			||||||
      0x7b, 0x22, 0x4e, 0x6f, 0x6e, 0x63, 0x65, 0x22, 0x3a, 0x38, 0x33, 0x30, 0x34, 0x30, 0x37, 0x37, 0x32, 0x32, 0x34,
 | 
					            0x7b, 0x22, 0x4e, 0x6f, 0x6e, 0x63, 0x65, 0x22, 0x3a, 0x38, 0x33, 0x30, 0x34, 0x30, 0x37, 0x37, 0x32, 0x32,
 | 
				
			||||||
      0x30, 0x32, 0x32, 0x32, 0x36, 0x31, 0x35, 0x30, 0x31, 0x7d
 | 
					            0x34, 0x30, 0x32, 0x32, 0x32, 0x36, 0x31, 0x35, 0x30, 0x31, 0x7d
 | 
				
			||||||
        ])
 | 
					        ])
 | 
				
			||||||
    );
 | 
					    );
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
				
			|||||||
@ -2,9 +2,9 @@ import { RequestHandler } from "express";
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
const marketRecommendationsController: RequestHandler = (_req, res) => {
 | 
					const marketRecommendationsController: RequestHandler = (_req, res) => {
 | 
				
			||||||
    const data = Buffer.from([
 | 
					    const data = Buffer.from([
 | 
				
			||||||
    0x7b, 0x22, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x61, 0x74,
 | 
					        0x7b, 0x22, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x52, 0x65, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x64, 0x61,
 | 
				
			||||||
    0x69, 0x6f, 0x6e, 0x73, 0x22, 0x3a, 0x7b, 0x22, 0x46, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x64, 0x22, 0x3a, 0x5b,
 | 
					        0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x3a, 0x7b, 0x22, 0x46, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x64, 0x22,
 | 
				
			||||||
    0x5d, 0x2c, 0x22, 0x50, 0x6f, 0x70, 0x75, 0x6c, 0x61, 0x72, 0x22, 0x3a, 0x5b, 0x5d, 0x7d, 0x7d
 | 
					        0x3a, 0x5b, 0x5d, 0x2c, 0x22, 0x50, 0x6f, 0x70, 0x75, 0x6c, 0x61, 0x72, 0x22, 0x3a, 0x5b, 0x5d, 0x7d, 0x7d
 | 
				
			||||||
    ]);
 | 
					    ]);
 | 
				
			||||||
    res.writeHead(200, {
 | 
					    res.writeHead(200, {
 | 
				
			||||||
        "Content-Type": "text/html",
 | 
					        "Content-Type": "text/html",
 | 
				
			||||||
 | 
				
			|||||||
@ -52,7 +52,9 @@
 | 
				
			|||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "_id": { "$oid": "62ff8739293d0365d3046528" },
 | 
					            "_id": { "$oid": "62ff8739293d0365d3046528" },
 | 
				
			||||||
      "Messages": [{ "LanguageCode": "fr", "Message": "[Guide] Que faire après avoir terminé \"Le Trophée de Vor\"" }],
 | 
					            "Messages": [
 | 
				
			||||||
 | 
					                { "LanguageCode": "fr", "Message": "[Guide] Que faire après avoir terminé \"Le Trophée de Vor\"" }
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
            "Prop": "https://forums.warframe.com/topic/1315672-guide-que-faire-apr%C3%A8s-avoir-termin%C3%A9-le-troph%C3%A9e-de-vor/",
 | 
					            "Prop": "https://forums.warframe.com/topic/1315672-guide-que-faire-apr%C3%A8s-avoir-termin%C3%A9-le-troph%C3%A9e-de-vor/",
 | 
				
			||||||
            "Date": { "$date": { "$numberLong": "1660913400000" } },
 | 
					            "Date": { "$date": { "$numberLong": "1660913400000" } },
 | 
				
			||||||
            "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/uploads/0bd16bb52c55ec09ca1168becb87b030.png",
 | 
					            "ImageUrl": "https://n9e5v4d8.ssl.hwcdn.net/uploads/0bd16bb52c55ec09ca1168becb87b030.png",
 | 
				
			||||||
@ -427,7 +429,9 @@
 | 
				
			|||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "_id": { "$oid": "646e6a4cf16914573401c77b" },
 | 
					            "_id": { "$oid": "646e6a4cf16914573401c77b" },
 | 
				
			||||||
      "Messages": [{ "LanguageCode": "tr", "Message": "Nora’nın Derlemesi - 3. Seri Tamamlandı + 4. Seri Sizlerle!" }],
 | 
					            "Messages": [
 | 
				
			||||||
 | 
					                { "LanguageCode": "tr", "Message": "Nora’nın Derlemesi - 3. Seri Tamamlandı + 4. Seri Sizlerle!" }
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
            "Prop": "https://forums.warframe.com/topic/1354223-nora%E2%80%99n%C4%B1n-derlemesi-seri-3-tamamland%C4%B1-seri-4-24-may%C4%B1s%E2%80%99ta-sizlerle/",
 | 
					            "Prop": "https://forums.warframe.com/topic/1354223-nora%E2%80%99n%C4%B1n-derlemesi-seri-3-tamamland%C4%B1-seri-4-24-may%C4%B1s%E2%80%99ta-sizlerle/",
 | 
				
			||||||
            "Date": { "$date": { "$numberLong": "1684957500000" } },
 | 
					            "Date": { "$date": { "$numberLong": "1684957500000" } },
 | 
				
			||||||
            "Priority": false,
 | 
					            "Priority": false,
 | 
				
			||||||
@ -436,7 +440,9 @@
 | 
				
			|||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "_id": { "$oid": "646fbefdeaa2199bc406b117" },
 | 
					            "_id": { "$oid": "646fbefdeaa2199bc406b117" },
 | 
				
			||||||
      "Messages": [{ "LanguageCode": "es", "Message": "La Paradoja de Duviri: Revisión 33.0.11 + Revisión 33.0.12" }],
 | 
					            "Messages": [
 | 
				
			||||||
 | 
					                { "LanguageCode": "es", "Message": "La Paradoja de Duviri: Revisión 33.0.11 + Revisión 33.0.12" }
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
            "Prop": "https://forums.warframe.com/topic/1354406-la-paradoja-de-duviri-revisi%C3%B3n-33011-revisi%C3%B3n-33012/",
 | 
					            "Prop": "https://forums.warframe.com/topic/1354406-la-paradoja-de-duviri-revisi%C3%B3n-33011-revisi%C3%B3n-33012/",
 | 
				
			||||||
            "Date": { "$date": { "$numberLong": "1685044920000" } },
 | 
					            "Date": { "$date": { "$numberLong": "1685044920000" } },
 | 
				
			||||||
            "Priority": false,
 | 
					            "Priority": false,
 | 
				
			||||||
@ -462,7 +468,9 @@
 | 
				
			|||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "_id": { "$oid": "64751514ef6fa74efd0b624e" },
 | 
					            "_id": { "$oid": "64751514ef6fa74efd0b624e" },
 | 
				
			||||||
      "Messages": [{ "LanguageCode": "en", "Message": " PSA: Hotfix pause until The 7 Crimes of Kullervo Update" }],
 | 
					            "Messages": [
 | 
				
			||||||
 | 
					                { "LanguageCode": "en", "Message": " PSA: Hotfix pause until The 7 Crimes of Kullervo Update" }
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
            "Prop": "https://forums.warframe.com/topic/1355007-psa-hotfixing-paused-until-the-7-crimes-of-kullervo/",
 | 
					            "Prop": "https://forums.warframe.com/topic/1355007-psa-hotfixing-paused-until-the-7-crimes-of-kullervo/",
 | 
				
			||||||
            "Date": { "$date": { "$numberLong": "1685394600000" } },
 | 
					            "Date": { "$date": { "$numberLong": "1685394600000" } },
 | 
				
			||||||
            "Priority": true,
 | 
					            "Priority": true,
 | 
				
			||||||
@ -483,7 +491,9 @@
 | 
				
			|||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "_id": { "$oid": "6475175603028af6f50769e3" },
 | 
					            "_id": { "$oid": "6475175603028af6f50769e3" },
 | 
				
			||||||
      "Messages": [{ "LanguageCode": "en", "Message": "Twitch Drops: Community Stream Schedule May 29 to June 2!" }],
 | 
					            "Messages": [
 | 
				
			||||||
 | 
					                { "LanguageCode": "en", "Message": "Twitch Drops: Community Stream Schedule May 29 to June 2!" }
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
            "Prop": "https://forums.warframe.com/topic/1355012-community-stream-schedule-may-29-june-2/?utm_medium=in-game&utm_source=in-game&utm_campaign=2023-05-Community-Streams-29",
 | 
					            "Prop": "https://forums.warframe.com/topic/1355012-community-stream-schedule-may-29-june-2/?utm_medium=in-game&utm_source=in-game&utm_campaign=2023-05-Community-Streams-29",
 | 
				
			||||||
            "Date": { "$date": { "$numberLong": "1685395200000" } },
 | 
					            "Date": { "$date": { "$numberLong": "1685395200000" } },
 | 
				
			||||||
            "Priority": false,
 | 
					            "Priority": false,
 | 
				
			||||||
@ -534,7 +544,9 @@
 | 
				
			|||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "_id": { "$oid": "64764bd4931e7ae47f0d1a60" },
 | 
					            "_id": { "$oid": "64764bd4931e7ae47f0d1a60" },
 | 
				
			||||||
      "Messages": [{ "LanguageCode": "es", "Message": "La Paradoja de Duviri: Revisión 33.0.13 + Revisión 33.0.14" }],
 | 
					            "Messages": [
 | 
				
			||||||
 | 
					                { "LanguageCode": "es", "Message": "La Paradoja de Duviri: Revisión 33.0.13 + Revisión 33.0.14" }
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
            "Prop": "https://forums.warframe.com/topic/1355129-la-paradoja-de-duviri-revisi%C3%B3n-33013-revisi%C3%B3n-33014/",
 | 
					            "Prop": "https://forums.warframe.com/topic/1355129-la-paradoja-de-duviri-revisi%C3%B3n-33013-revisi%C3%B3n-33014/",
 | 
				
			||||||
            "Date": { "$date": { "$numberLong": "1685474220000" } },
 | 
					            "Date": { "$date": { "$numberLong": "1685474220000" } },
 | 
				
			||||||
            "Priority": false,
 | 
					            "Priority": false,
 | 
				
			||||||
@ -1078,7 +1090,15 @@
 | 
				
			|||||||
            "Expiry": { "$date": { "$numberLong": "1685635140000" } },
 | 
					            "Expiry": { "$date": { "$numberLong": "1685635140000" } },
 | 
				
			||||||
            "Tag": "RedVeilSyndicate",
 | 
					            "Tag": "RedVeilSyndicate",
 | 
				
			||||||
            "Seed": 78309,
 | 
					            "Seed": 78309,
 | 
				
			||||||
      "Nodes": ["SolNode15", "SolNode106", "SettlementNode3", "SolNode224", "SolNode401", "SolNode76", "SolNode62"]
 | 
					            "Nodes": [
 | 
				
			||||||
 | 
					                "SolNode15",
 | 
				
			||||||
 | 
					                "SolNode106",
 | 
				
			||||||
 | 
					                "SettlementNode3",
 | 
				
			||||||
 | 
					                "SolNode224",
 | 
				
			||||||
 | 
					                "SolNode401",
 | 
				
			||||||
 | 
					                "SolNode76",
 | 
				
			||||||
 | 
					                "SolNode62"
 | 
				
			||||||
 | 
					            ]
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "_id": { "$oid": "64776ec6e72990bfd5fea4f3" },
 | 
					            "_id": { "$oid": "64776ec6e72990bfd5fea4f3" },
 | 
				
			||||||
@ -1743,7 +1763,9 @@
 | 
				
			|||||||
            "Completed": true,
 | 
					            "Completed": true,
 | 
				
			||||||
            "ChainID": { "$oid": "646fdcb95a219384bdbbd5f1" },
 | 
					            "ChainID": { "$oid": "646fdcb95a219384bdbbd5f1" },
 | 
				
			||||||
            "AttackerReward": {
 | 
					            "AttackerReward": {
 | 
				
			||||||
        "countedItems": [{ "ItemType": "/Lotus/Types/Recipes/Weapons/SnipetronVandalBlueprint", "ItemCount": 1 }]
 | 
					                "countedItems": [
 | 
				
			||||||
 | 
					                    { "ItemType": "/Lotus/Types/Recipes/Weapons/SnipetronVandalBlueprint", "ItemCount": 1 }
 | 
				
			||||||
 | 
					                ]
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "AttackerMissionInfo": { "seed": 181914, "faction": "FC_GRINEER" },
 | 
					            "AttackerMissionInfo": { "seed": 181914, "faction": "FC_GRINEER" },
 | 
				
			||||||
            "DefenderReward": {
 | 
					            "DefenderReward": {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user