foced to move to Apache 2.0 license

This commit is contained in:
orangecoding
2025-12-11 10:40:55 +01:00
parent 2a815c92e6
commit 790c559316
150 changed files with 1000 additions and 22 deletions

View File

@@ -1,3 +1,8 @@
/*
* Copyright (c) 2025 by Christian Kellner.
* Licensed under Apache-2.0 with Commons Clause and Attribution/Naming Clause
*/
const db = {};
export const storeListings = (jobKey, providerId, listings) => {
if (!Array.isArray(listings)) throw Error('Not a valid array');