Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # pantry-owner? <code clojure> (defn pantry-owner? "팬트리 소유자인지 확인 ### Params - pantry-id - user-id" [pantry-id user-id] (-> (mc/find-one-as-map pantry-db pantry-coll {:_id pantry-id :owner user-id}) some?)) </code> ### keys 로 받는 방법?? <code clojure> [& {:keys [pantry-id user-id] :as _param}] </code> open/pantry-owner.txt Last modified: 2024/10/05 06:15by 127.0.0.1