function save_null({ attributes }) {
    return  null;
}

export { save_null };