This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SELECT * | |
| FROM system.query_log | |
| WHERE (type = 'QueryFinish') AND (query ILIKE '%DuQabFqdC9eeBULVa7TTdZYxe8vK8ct5DZr4Xcf7docy%') | |
| ORDER BY event_time ASC | |
| LIMIT 2 | |
| Query id: ab6ead71-df30-4e3e-b77b-16c1ab8a3823 | |
| Row 1: | |
| ────── |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const { getSentryExpoConfig } = require('@sentry/react-native/metro'); | |
| const exclusionList = require('metro-config/src/defaults/exclusionList'); | |
| // const path = require('path'); | |
| // const fs = require('fs'); | |
| /** | |
| * Metro configuration | |
| * https://metrobundler.dev/docs/configuration | |
| * | |
| * @type {import('metro-config').MetroConfig} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // PART 1, ACCOUNTS CONTEXT | |
| // | |
| import { useMemoObj } from '@/helpers/memoobj'; | |
| import React, { | |
| useContext, | |
| memo, | |
| PropsWithChildren, | |
| useEffect, | |
| useMemo, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const IdentityTokenHeader = "Privy-Id-Token" | |
| // PART 1 | |
| // PUBLIC API | |
| func siwp(c wrappers.WriteApiContext) { | |
| // Get the privy jwt token from the request cookies | |
| privyJwtToken := c.GetHeader(IdentityTokenHeader) | |
| if privyJwtToken == "" { | |
| apierror.ErrResponse(c, apierror.NewBadRequestErr("Missing privy-id-token")) | |
| return |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Privacy Policy for Unicorn Memes Lead Generation Ads | |
| At Unicorn Memes, your privacy is our priority. This privacy policy outlines how we collect, use, and protect the personal information you provide through our Lead Generation ads. | |
| 1. Information We Collect | |
| When you fill out our Lead Generation form, we collect the following information: | |
| Full Name | |
| Phone Number | |
| Email Address |