Fix service name.

This commit is contained in:
Thomas E Lackey 2020-06-10 17:17:19 -05:00
parent 0fb12ec30f
commit 20e152f6e3

View File

@ -51,7 +51,7 @@ const getLogs = async (name, lines = 100) => {
export const logResolvers = {
Query: {
wns_log: async () => {
const logs = await getLogs('wns-list');
const logs = await getLogs('wns-lite');
return {
timestamp: new Date().toUTCString(),
json: JSON.stringify(logs)