mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2024-12-23 03:59:25 +00:00
chore: Remove unused data
This commit is contained in:
parent
f3fee53ac8
commit
9923eb95d4
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
/** @type {import('./$types').PageLoad} */
|
/** @type {import('./$types').PageLoad} */
|
||||||
export async function load({ data }) {
|
export async function load() {
|
||||||
return {
|
return {
|
||||||
meta: {
|
meta: {
|
||||||
title: 'Monero Remote Node',
|
title: 'Monero Remote Node',
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/** @type {import('./$types').PageLoad} */
|
/** @type {import('./$types').PageLoad} */
|
||||||
export async function load({ data }) {
|
export async function load() {
|
||||||
/* prettier-ignore */
|
/* prettier-ignore */
|
||||||
return {
|
return {
|
||||||
meta: {
|
meta: {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/** @type {import('./$types').PageLoad} */
|
/** @type {import('./$types').PageLoad} */
|
||||||
export async function load({ data }) {
|
export async function load() {
|
||||||
/* prettier-ignore */
|
/* prettier-ignore */
|
||||||
return {
|
return {
|
||||||
meta: {
|
meta: {
|
||||||
|
|
Loading…
Reference in a new issue