[12:27:31] "Oh, you might want to look at..." <- This works, thanks! :) [16:28:00] Yay! [16:28:43] I'll make sure the ci kubernetes cluster has that. I'm not so sure what to do about betacluster, but I'll work on figuring that out today too. [16:31:13] Also the command that you'll need to deploy mariadb is here: [16:31:13] https://gitlab.wikimedia.org/repos/abstract-wiki/aw-ci-chart/-/blob/main/justfile#L16-17 [16:31:21] Ooops, sorry wront window. [23:09:18] There is a function ```/** [23:09:19]     * Get the Z3/Key object given a key string [23:09:19]     * from a list of Z3/Key items [23:09:20]     * [23:09:20]     * @param {string} key [23:09:21]     * @param {Array} list [23:09:21]     * @return {Object} [23:09:22]     */ [23:09:22]    getKeyFromKeyList: function ( key, list ) { [23:09:23]     return list.find( function ( item ) { [23:09:23]      return ( item[ Constants.Z_KEY_ID ] === key ); [23:09:24]     } ); [23:09:24]    },``` [23:10:20] can anyone provide me with an example of what this function takes an input. [23:10:55] *as