UNPKG

@servable/server

Version:
12 lines (10 loc) 263 B
import getStateForConfiguration from "./getStateForConfiguration.js" export default async (props) => { try { const item = await getStateForConfiguration(props) item.lastPing = Date.now() await item.save() } catch (e) { console.error(e) } }