Skip to content

Commit

Permalink
Rollback self-hosted runner and trigger deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelsierant committed Oct 4, 2024
1 parent e60b1e7 commit 9c1e99f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ defmodule BuildelWeb.OrganizationPipelineControllerTest do

test "requires organization membership", %{conn: conn} do
another_organization = organization_fixture()

another_pipeline = pipeline_fixture(%{organization_id: another_organization.id})

conn =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export const useAudioRecorder = (props?: UseAudioRecorderProps) => {

const requestPermissions = useCallback(async () => {
if (typeof window === 'undefined') return;

assert(navigator.mediaDevices, 'MediaDevices not supported');

const stream = await navigator.mediaDevices.getUserMedia({
Expand Down

0 comments on commit 9c1e99f

Please sign in to comment.