Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
1 line
419 B
Plaintext
1 line
419 B
Plaintext
{"version":3,"file":"ping.js","names":[],"sources":["../../../../src/rest/commands/server/ping.ts"],"sourcesContent":["import type { RestCommand } from '../../types.js';\n\n/**\n * Ping... pong! 🏓\n * @returns Pong\n */\nexport const serverPing =\n\t<Schema>(): RestCommand<string, Schema> =>\n\t() => ({\n\t\tmethod: 'GET',\n\t\tpath: '/server/ping',\n\t});\n"],"mappings":"AAMA,MAAa,WAEL,CACN,OAAQ,MACR,KAAM,eACN"} |